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"
|
||||
|
||||
LDFLAGS="-lz"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*)
|
||||
broken=yes
|
||||
# Enable OpenGL/ES on rpi platforms
|
||||
build_options_default="gles"
|
||||
;;
|
||||
|
@ -32,7 +30,7 @@ if [ "$build_option_gles" ]; then
|
|||
armv[67]*)
|
||||
# RaspberryPi, use Videocore IV
|
||||
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
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue