summaryrefslogtreecommitdiff
path: root/build-scripts/raspberrypi-buildbot.sh
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2014-04-19 02:26:12 -0400
committerRyan C. Gordon <icculus@icculus.org>2014-04-19 02:26:12 -0400
commit8a33faf6bafda29c254a3e9687a6880bf822bfa3 (patch)
treed8f0b4aa802ea964f23fee9df4514632e4f1763d /build-scripts/raspberrypi-buildbot.sh
parentce483351862552a0e4863745ed76e54c656f7a3b (diff)
downloadsdl-8a33faf6bafda29c254a3e9687a6880bf822bfa3.tar.gz
Turn off Wayland support for Raspberry Pi on the buildbot.
It's picking up the system headers instead of the RPi build files. Theoretically, we _can_ support Wayland on this platform, though, as there _is_ a Raspberry Pi port out there...
Diffstat (limited to 'build-scripts/raspberrypi-buildbot.sh')
-rwxr-xr-xbuild-scripts/raspberrypi-buildbot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/raspberrypi-buildbot.sh b/build-scripts/raspberrypi-buildbot.sh
index 639a3a4de..e81fbb56d 100755
--- a/build-scripts/raspberrypi-buildbot.sh
+++ b/build-scripts/raspberrypi-buildbot.sh
@@ -42,7 +42,7 @@ SYSROOT="/opt/rpi-sysroot"
export CC="ccache /opt/rpi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc --sysroot=$SYSROOT -I$SYSROOT/opt/vc/include -I$SYSROOT/usr/include -I$SYSROOT/opt/vc/include/interface/vcos/pthreads -I$SYSROOT/opt/vc/include/interface/vmcs_host/linux -L$SYSROOT/opt/vc/lib"
# -L$SYSROOT/usr/lib/arm-linux-gnueabihf"
# !!! FIXME: shouldn't have to --disable-* things here.
-../configure --with-sysroot=$SYSROOT --host=arm-raspberry-linux-gnueabihf --prefix=$PWD/rpi-sdl2-installed --disable-pulseaudio --disable-esd --disable-video-mir
+../configure --with-sysroot=$SYSROOT --host=arm-raspberry-linux-gnueabihf --prefix=$PWD/rpi-sdl2-installed --disable-pulseaudio --disable-esd --disable-video-mir --disable-video-wayland
$MAKE
$MAKE install
# Fix up a few things to a real install path on a real Raspberry Pi...