Add custom gamescope package

This commit is contained in:
2024-05-29 16:49:12 -05:00
parent be941d0806
commit db3de54479
5 changed files with 179 additions and 1 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',
],
)