From 2c0ca45ef80ea5af42b98513e8aa5e89d53d9305 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 11 Apr 2025 10:06:50 +0200 Subject: [PATCH] gamescope: update --- recipes-wlroots/gamescope/gamescope_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-wlroots/gamescope/gamescope_git.bb b/recipes-wlroots/gamescope/gamescope_git.bb index 64b77f9..cb67dea 100644 --- a/recipes-wlroots/gamescope/gamescope_git.bb +++ b/recipes-wlroots/gamescope/gamescope_git.bb @@ -27,6 +27,7 @@ DEPENDS += " \ libxfixes \ libxext \ libxdamage \ + luajit \ seatd \ stb \ vulkan-loader \ @@ -53,12 +54,12 @@ PACKAGECONFIG[sdl2_backend] = "-Dsdl2_backend=enabled,-Dsdl2_backend=disabled,li PACKAGECONFIG[drm_backend] = "-Ddrm_backend=enabled,-Ddrm_backend=disabled" SRC_URI = " \ - gitsm://github.com/ValveSoftware/gamescope.git;branch=jupiter-3.6;protocol=https \ + 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 \ " -SRCREV = "a4278b065d10f11007a0af8ed9cea2fbebd2bb3a" -PV = "3.15.15" +SRCREV = "f1f105b3a95b4fec5c92e8a10e6927cbb76fe804" +PV = "3.16.3" S = "${WORKDIR}/git"