From 13446799913b05b70adebd153c3ee3e074ff88f7 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 13 May 2025 16:42:59 +0200 Subject: [PATCH] gamescope: fetch with lfs=0 --- recipes-wlroots/gamescope/gamescope_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-wlroots/gamescope/gamescope_git.bb b/recipes-wlroots/gamescope/gamescope_git.bb index 18ce443..edf974e 100644 --- a/recipes-wlroots/gamescope/gamescope_git.bb +++ b/recipes-wlroots/gamescope/gamescope_git.bb @@ -54,7 +54,7 @@ PACKAGECONFIG[sdl2_backend] = "-Dsdl2_backend=enabled,-Dsdl2_backend=disabled,vi PACKAGECONFIG[drm_backend] = "-Ddrm_backend=enabled,-Ddrm_backend=disabled" SRC_URI = " \ - gitsm://github.com/ValveSoftware/gamescope.git;branch=master;protocol=https \ + gitsm://github.com/ValveSoftware/gamescope.git;branch=master;lfs=0;protocol=https \ file://0001-meson.build-dont-fail-if-stb-is-not-found.patch \ file://0001-meson.build-dont-leak-buildpath.patch \ "