Commit Graph

7 Commits

Author SHA1 Message Date
Ludwig Beuttel 422207dbcf
patches: Add DisplayLink support (#15) 2024-06-11 17:11:49 +02:00
flk 91de8da4b6
patches: Add wlroots merge request to support libliftoff 0.5.0 (#13)
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4697
Add this to the patches directory

Signed-off-by: Markus Volk <f_l_k@t-online.de>
2024-05-31 12:41:09 +02:00
Agent00Ming 411292daf3
build: Fixup patch script for tarball releases (#10) (#11)
modified:   patches/apply.sh

Co-authored-by: Agent_00Ming <agent00ming9366@gmail.com>
2024-05-10 21:23:16 +01:00
Agent00Ming 5c1d51c5a2
patches: add Nvidia hardware cursors patch (#5)
* Nvidia hardware cursors patch
	new file:   patches/nvidia-hardware-cursors.patch

Sourced from upstream merge request
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4596

* Repackaged the patch to be more concise and added a short description.
	modified:   patches/nvidia-hardware-cursors.patch

---------

Co-authored-by: Agent_00Ming <agent00ming9366@gmail.com>
2024-04-21 21:33:21 +01:00
thejch b9063af512
patches: Add patch that suppresses errors when surface is not divisible by scale (#9)
* add surface nondivisible no error patch

* rename

* add a comment

* rename
2024-04-21 12:37:47 +01:00
thejch eee10a3f9c
meson: fix patch script compatibility (#8) 2024-04-21 00:04:47 +01:00
Agent00Ming dcea6ce763
meson: Run patches on setup (#7)
* Add patching script with error checking+reporting
	new file:   patches/apply.sh

* Run patching script with run_command() at setup
and print the output with message() at the end
	modified:   meson.build

* Report on patch application failure and exit script with code 1
	modified:   patches/apply.sh

---------

Co-authored-by: Agent_00Ming <agent00ming9366@gmail.com>
2024-04-20 03:24:20 +01:00