wayfire: broken *-musl
This commit is contained in:
parent
90d57effc3
commit
23ad35e8bb
|
@ -12,6 +12,10 @@ homepage="https://wayfire.org"
|
||||||
distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
|
distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
|
||||||
checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
|
checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) broken="execinfo.h" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vinstall wayfire.ini.default 755 /usr/share/wayfire
|
vinstall wayfire.ini.default 755 /usr/share/wayfire
|
||||||
|
|
Loading…
Reference in New Issue