mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
weston: broken on musl
This commit is contained in:
parent
e72976a29b
commit
13fe74691e
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ build_options="backtrace dbus vaapi"
|
||||||
build_options_default="dbus"
|
build_options_default="dbus"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
broken="https://travis-ci.org/ebfe/void-packages/jobs/116354779"
|
||||||
|
;;
|
||||||
armv[67]l*) # Assume RPi for now.
|
armv[67]l*) # Assume RPi for now.
|
||||||
CFLAGS="-I${XBPS_CROSS_BASE}/opt/vc/include"
|
CFLAGS="-I${XBPS_CROSS_BASE}/opt/vc/include"
|
||||||
LDFLAGS="-Wl,-R/opt/vc/lib"
|
LDFLAGS="-Wl,-R/opt/vc/lib"
|
||||||
|
|
Loading…
Add table
Reference in a new issue