Split debug and old gamescope packages

This commit is contained in:
2024-05-29 23:13:19 -05:00
parent 9da0f55452
commit 488fbf47fb
6 changed files with 194 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
--- 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',
],
)