sway: update

This commit is contained in:
Markus Volk 2023-03-30 09:55:42 +02:00
parent 19b5858b11
commit d1f062d6a3

View File

@ -37,11 +37,9 @@ RRECOMMENDS:${PN} ?= " \
wl-clipboard \ wl-clipboard \
" "
SRC_URI = " \ SRC_URI = "git://github.com/swaywm/sway.git;protocol=https;branch=master"
git://github.com/swaywm/sway.git;protocol=https;branch=master \
"
SRCREV = "ebeed7e303110403cc0134a1927008998caa8d96" SRCREV = "dee032d0a0ecd958c902b88302dc59703d703c7f"
PV = "1.9-dev" PV = "1.9-dev"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
@ -64,7 +62,7 @@ PACKAGECONFIG ?= " \
" "
# Reproducibility issue. Fix me! # Reproducibility issue. Fix me!
CFLAGS:append = " -Wno-error=date-time" # CFLAGS:append = " -Wno-error=date-time"
EXTRA_OEMESON += "--buildtype release" EXTRA_OEMESON += "--buildtype release"
do_install:append() { do_install:append() {