From a9beb425cf2de7da26308e7896e5e5d1fd3c9485 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 11 Feb 2020 21:57:44 -0800 Subject: [PATCH] Disable RPI video because it breaks video on the RPi (go figure) --- scripts/build-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-deps.sh b/scripts/build-deps.sh index 33832d5..96b8858 100755 --- a/scripts/build-deps.sh +++ b/scripts/build-deps.sh @@ -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