gamescope: update

add workaround for bundled libliftoff subproject
This commit is contained in:
Markus Volk 2024-05-21 18:23:19 +02:00
parent ea73de6c80
commit 0f40882e28

View File

@ -24,6 +24,7 @@ DEPENDS += " \
libxtst \ libxtst \
seatd \ seatd \
stb \ stb \
vulkan-loader \
vulkan-headers \ vulkan-headers \
wayland \ wayland \
wayland-native \ 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-fail-if-stb-is-not-found.patch \
file://0001-meson.build-dont-leak-buildpath.patch \ file://0001-meson.build-dont-leak-buildpath.patch \
" "
SRCREV = "97a2e038105e43fc7b4c78585eefc639ad95319f" SRCREV = "e998f26a6fe4439461dfeaa6dd57c5be0bb46953"
PV = "3.14.15" PV = "3.14.16"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
@ -62,3 +63,5 @@ EXTRA_OEMESON += "--buildtype release"
FILES:${PN} += "${datadir} ${libdir}" FILES:${PN} += "${datadir} ${libdir}"
FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig" FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig"
CFLAGS += "-Wno-calloc-transposed-args"