From ea8d494f6c7e0f98a36cda9fd6f4f82c360a6575 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 30 Apr 2024 09:14:09 +0200 Subject: [PATCH] gamescope: update --- recipes-wlroots/gamescope/gamescope_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-wlroots/gamescope/gamescope_git.bb b/recipes-wlroots/gamescope/gamescope_git.bb index f7568cc..09709c6 100644 --- a/recipes-wlroots/gamescope/gamescope_git.bb +++ b/recipes-wlroots/gamescope/gamescope_git.bb @@ -46,12 +46,12 @@ PACKAGECONFIG[sdl2_backend] = "-Dsdl2_backend=enabled,-Dsdl2_backend=disabled,li PACKAGECONFIG[drm_backend] = "-Ddrm_backend=enabled,-Ddrm_backend=disabled,libdrm" SRC_URI = " \ - gitsm://github.com/ValveSoftware/gamescope.git;branch=master;protocol=https \ + gitsm://github.com/ValveSoftware/gamescope.git;branch=jupiter-3.6;protocol=https \ file://0001-meson.build-dont-fail-if-stb-is-not-found.patch \ file://0001-meson.build-dont-leak-buildpath.patch \ " -SRCREV = "377365c8e77740055960724b8ff074c0b71782ae" -PV = "3.14.3" +SRCREV = "f6cd671cb4ee139f470fc55b580cc6ff3a50384b" +PV = "3.14.6" S = "${WORKDIR}/git"