sway: disable werror

This commit is contained in:
John 2019-10-15 19:56:36 +02:00
parent 5153a598c1
commit 84b5b6bd3e

View file

@ -18,6 +18,10 @@ checksum=9f79382577ee132111c290b4d1a1a3e114ef485595c30cf5f181a11575bda846
build_options="elogind"
desc_option_elogind="Uses elogind instead of setuid for privilege escalation"
post_patch() {
vsed -e 's/werror=true/werror=false/g' -i meson.build
}
post_install() {
vlicense LICENSE
if [ -z "$build_option_elogind" ]; then