]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/sdl2/sdl2.mk
sdl2: explicitly disable raspberry pi video backend
[coffee/buildroot.git] / package / sdl2 / sdl2.mk
index facb41e52705da75fccf915dce49087fa0e4886e..fa3b57e6cd4642fc23b209c1ae971da00f770e2d 100644 (file)
@@ -18,7 +18,8 @@ SDL2_CONF_OPTS += \
        --disable-esd \
        --disable-dbus \
        --disable-pulseaudio \
-       --disable-video-wayland
+       --disable-video-wayland \
+       --disable-video-rpi
 
 # We must enable static build to get compilation successful.
 SDL2_CONF_OPTS += --enable-static