package/sdl2: be more explicit in disabling optional features
Add many more explicit --disable-<foo>, as we have for example seen video-vivante being autodetected when not needed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
167cbd76ee
commit
713de9f90e
@ -20,7 +20,24 @@ SDL2_CONF_OPTS += \
|
||||
--disable-esd \
|
||||
--disable-dbus \
|
||||
--disable-pulseaudio \
|
||||
--disable-video-wayland
|
||||
--disable-video-vivante \
|
||||
--disable-video-cocoa \
|
||||
--disable-video-metal \
|
||||
--disable-video-wayland \
|
||||
--disable-video-dummy \
|
||||
--disable-video-offscreen \
|
||||
--disable-video-vulkan \
|
||||
--disable-ime \
|
||||
--disable-ibus \
|
||||
--disable-fcitx \
|
||||
--disable-joystick-mfi \
|
||||
--disable-directx \
|
||||
--disable-xinput \
|
||||
--disable-wasapi \
|
||||
--disable-hidapi-joystick \
|
||||
--disable-hidapi-libusb \
|
||||
--disable-joystick-virtual \
|
||||
--disable-render-d3d
|
||||
|
||||
# We are using autotools build system for sdl2, so the sdl2-config.cmake
|
||||
# include path are not resolved like for sdl2-config script.
|
||||
|
Loading…
Reference in New Issue
Block a user