From 0f40882e28d558e06420a8b6742cb3efedba2548 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 21 May 2024 18:23:19 +0200 Subject: [PATCH] gamescope: update add workaround for bundled libliftoff subproject --- recipes-wlroots/gamescope/gamescope_git.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-wlroots/gamescope/gamescope_git.bb b/recipes-wlroots/gamescope/gamescope_git.bb index 1d6dd23..8adccbc 100644 --- a/recipes-wlroots/gamescope/gamescope_git.bb +++ b/recipes-wlroots/gamescope/gamescope_git.bb @@ -24,6 +24,7 @@ DEPENDS += " \ libxtst \ seatd \ stb \ + vulkan-loader \ vulkan-headers \ wayland \ wayland-native \ @@ -51,8 +52,8 @@ SRC_URI = " \ file://0001-meson.build-dont-fail-if-stb-is-not-found.patch \ file://0001-meson.build-dont-leak-buildpath.patch \ " -SRCREV = "97a2e038105e43fc7b4c78585eefc639ad95319f" -PV = "3.14.15" +SRCREV = "e998f26a6fe4439461dfeaa6dd57c5be0bb46953" +PV = "3.14.16" S = "${WORKDIR}/git" @@ -62,3 +63,5 @@ EXTRA_OEMESON += "--buildtype release" FILES:${PN} += "${datadir} ${libdir}" FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig" + +CFLAGS += "-Wno-calloc-transposed-args"