mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rocksndiamonds: unmark broken on arm*
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
81d7e5189f
commit
c6bb43bd6e
1 changed files with 1 additions and 3 deletions
|
@ -17,10 +17,8 @@ checksum=93da17fdfb8e4b22b2e050724dc775cf86dc6ed278ffab8bc18922ed2b2594cb
|
||||||
build_options="gles"
|
build_options="gles"
|
||||||
|
|
||||||
LDFLAGS="-lz"
|
LDFLAGS="-lz"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
arm*)
|
arm*)
|
||||||
broken=yes
|
|
||||||
# Enable OpenGL/ES on rpi platforms
|
# Enable OpenGL/ES on rpi platforms
|
||||||
build_options_default="gles"
|
build_options_default="gles"
|
||||||
;;
|
;;
|
||||||
|
@ -32,7 +30,7 @@ if [ "$build_option_gles" ]; then
|
||||||
armv[67]*)
|
armv[67]*)
|
||||||
# RaspberryPi, use Videocore IV
|
# RaspberryPi, use Videocore IV
|
||||||
makedepends+=" rpi-userland-devel"
|
makedepends+=" rpi-userland-devel"
|
||||||
LDFLAGS="-L${XBPS_CROSS_BASE}/opt/vc/lib -lbcm_host"
|
LDFLAGS="-L${XBPS_CROSS_BASE}/opt/vc/lib -lbcm_host -lz"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue