mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 13:38:22 +01:00
gamescope: update
add workaround for bundled libliftoff subproject
This commit is contained in:
parent
ea73de6c80
commit
0f40882e28
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user