diff --git a/recipes-wlroots/gamescope/gamescope/0001-meson.build-dont-force-subprojects.patch b/recipes-wlroots/gamescope/gamescope/0001-meson.build-dont-force-subprojects.patch new file mode 100644 index 0000000..b92f8f7 --- /dev/null +++ b/recipes-wlroots/gamescope/gamescope/0001-meson.build-dont-force-subprojects.patch @@ -0,0 +1,25 @@ +From 7a9090bff4fb65caf7973b359124a6572a8ea41d Mon Sep 17 00:00:00 2001 +From: Markus Volk +Date: Mon, 12 Feb 2024 18:50:31 +0100 +Subject: [PATCH] meson.build: dont force subprojects + +Signed-off-by: Markus Volk +--- + meson.build | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/meson.build b/meson.build +index 7af6884..eab837a 100644 +--- 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', + ], + ) + +-- +2.43.0 + diff --git a/recipes-wlroots/gamescope/gamescope_git.bb b/recipes-wlroots/gamescope/gamescope_git.bb index fa04e1e..b06ce83 100644 --- a/recipes-wlroots/gamescope/gamescope_git.bb +++ b/recipes-wlroots/gamescope/gamescope_git.bb @@ -15,6 +15,7 @@ DEPENDS += " \ libdisplay-info \ libliftoff \ libsdl2 \ + libdrm \ libx11\ libxcomposite \ libxcursor \ @@ -45,6 +46,7 @@ SRC_URI = " \ gitsm://github.com/ValveSoftware/gamescope.git;branch=master;protocol=https \ file://0001-meson.build-dont-fail-if-stb-is-not-found.patch \ file://0001-meson.build-dont-leak-buildpath.patch \ + file://0001-meson.build-dont-force-subprojects.patch\ " SRCREV = "bca7990e61a1eb8198e54d86a4a9a44d41d9b07e" PV = "3.14.0"