nixpkgs/pkgs/applications/window-managers/gamescope/use-pkgconfig.patch
K900 a1aae1ffb1 gamescope: 3.12.5 -> 3.13.19, refactor
This mostly brings in changes from Jovian, but also splits the dependencies between the WSI layer
and the Gamescope executable, which simplifies i686 layer builds a whole lot.
2024-01-12 13:15:24 +03:00

10 lines
192 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,6 @@ project(
default_options: [
'cpp_std=c++20',
'warning_level=2',
- 'force_fallback_for=wlroots,libliftoff,vkroots',
],
)