mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 13:38:22 +01:00
swayidle: update
This commit is contained in:
parent
69291882c6
commit
0b5e34b8fd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user