Disable RPI video because it breaks video on the RPi (go figure)

This commit is contained in:
Cameron Gutman
2020-02-11 21:57:44 -08:00
parent 8664097039
commit a9beb425cf

View File

@@ -31,7 +31,7 @@ fi
# there's no way to tell QMake to use the Libs.private section, so we have to replace
# Libs with Libs.private ourselves prior to installation.
cd /opt/SDL2
./configure --enable-static --disable-shared --enable-video-kmsdrm
./configure --enable-static --disable-shared --enable-video-kmsdrm --disable-video-rpi
make -j$(nproc)
sed -i '/^Libs:/d' sdl2.pc
sed -i 's/Libs.private:/Libs:/g' sdl2.pc