sway: fix *-musl build

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-11-25 10:46:28 +01:00
parent 41ca5e5b56
commit 9051c36403
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ homepage="http://swaywm.org"
distfiles="https://github.com/SirCmpwn/sway/archive/${version}.tar.gz"
checksum=05526e3038d2a5490a64bd816f1f04d2a6c214ddc6182835312b273b40b737ae
pre_configure() {
sed -i CMakeLists.txt -e "s;-Werror;-Wno-error;"
}
post_install() {
vlicense LICENSE
# must be setuid without logind!