diff --git a/recipes-support/swaybg/swaybg_git.bb b/recipes-support/swaybg/swaybg_git.bb index f835fff..d2c8258 100644 --- a/recipes-support/swaybg/swaybg_git.bb +++ b/recipes-support/swaybg/swaybg_git.bb @@ -20,6 +20,9 @@ SRC_URI = " \ git://github.com/swaywm/swaybg.git;protocol=https \ " +# Reproducibility issue. Fix me! +CFLAGS:append = " -Wno-error=date-time" + S = "${WORKDIR}/git" PV = "1.1" SRCREV = "v${PV}"