summaryrefslogtreecommitdiff
path: root/build-scripts/raspberrypi-buildbot.sh
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2018-11-02 21:34:17 -0400
committerRyan C. Gordon <icculus@icculus.org>2018-11-02 21:34:17 -0400
commit1667106bad0773bdd617a490cff33ff834319459 (patch)
tree98a8a24b403fb9142233374284e49349ce125d9d /build-scripts/raspberrypi-buildbot.sh
parent10531aa5c8d55a8ffdacfad7afb1c536c26f65d6 (diff)
downloadsdl-1667106bad0773bdd617a490cff33ff834319459.tar.gz
mir: Removed mir client support.
Fixes Bugzilla #4288.
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 e81fbb56d..85124bca3 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 --disable-video-wayland
+../configure --with-sysroot=$SYSROOT --host=arm-raspberry-linux-gnueabihf --prefix=$PWD/rpi-sdl2-installed --disable-pulseaudio --disable-esd --disable-video-wayland
$MAKE
$MAKE install
# Fix up a few things to a real install path on a real Raspberry Pi...