swaylock: fix build

This commit is contained in:
Markus Volk
2021-08-20 13:51:05 +02:00
parent 2c90e0a6de
commit 69291882c6
2 changed files with 35 additions and 0 deletions

View File

@ -18,6 +18,7 @@ DEPENDS = " \
SRC_URI = " \
git://github.com/swaywm/swaylock.git;protocol=https \
file://0001-load_config-fix-mismatched-allocation-function.patch \
"
S = "${WORKDIR}/git"
@ -33,6 +34,9 @@ PACKAGECONFIG ?= " \
pam \
"
# Reproducibility issue. Fix me!
CFLAGS:append = " -Wno-error=date-time"
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"