mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 22:18:21 +01:00
swayidle: update
This commit is contained in:
parent
69291882c6
commit
0b5e34b8fd
@ -19,7 +19,7 @@ SRC_URI = " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "1.6"
|
PV = "1.7"
|
||||||
SRCREV = "${PV}"
|
SRCREV = "${PV}"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
@ -33,6 +33,9 @@ PACKAGECONFIG ?= " \
|
|||||||
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Reproducibility issue. Fix me!
|
||||||
|
CFLAGS:append = " -Wno-error=date-time"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}"
|
FILES:${PN} += "${datadir}"
|
||||||
|
|
||||||
EXTRA_OEMESON += "--buildtype release"
|
EXTRA_OEMESON += "--buildtype release"
|
||||||
|
Loading…
Reference in New Issue
Block a user