swayidle: update

This commit is contained in:
Markus Volk 2021-08-20 13:51:23 +02:00
parent 69291882c6
commit 0b5e34b8fd

View File

@ -19,7 +19,7 @@ SRC_URI = " \
"
S = "${WORKDIR}/git"
PV = "1.6"
PV = "1.7"
SRCREV = "${PV}"
inherit meson pkgconfig features_check
@ -33,6 +33,9 @@ PACKAGECONFIG ?= " \
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
"
# Reproducibility issue. Fix me!
CFLAGS:append = " -Wno-error=date-time"
FILES:${PN} += "${datadir}"
EXTRA_OEMESON += "--buildtype release"