All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/sdl2: be more explicit in disabling optional features
@ 2022-08-04 22:15 Thomas Petazzoni via buildroot
  2022-08-04 22:15 ` [Buildroot] [PATCH 2/3] package/sdl2: be explicit about OpenGL ES options Thomas Petazzoni via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-04 22:15 UTC (permalink / raw)
  To: buildroot; +Cc: Michael Fischer, Thomas Petazzoni

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>
---
 package/sdl2/sdl2.mk | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/package/sdl2/sdl2.mk b/package/sdl2/sdl2.mk
index 94533fa9b4..d255112ce9 100644
--- a/package/sdl2/sdl2.mk
+++ b/package/sdl2/sdl2.mk
@@ -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.
-- 
2.37.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-22 15:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-04 22:15 [Buildroot] [PATCH 1/3] package/sdl2: be more explicit in disabling optional features Thomas Petazzoni via buildroot
2022-08-04 22:15 ` [Buildroot] [PATCH 2/3] package/sdl2: be explicit about OpenGL ES options Thomas Petazzoni via buildroot
2022-08-20  8:10   ` Yann E. MORIN
2022-08-04 22:15 ` [Buildroot] [PATCH 3/3] package/sdl2: rework KMS/DRM video driver dependencies Thomas Petazzoni via buildroot
2022-08-20  8:12   ` Yann E. MORIN
2022-08-22 15:01   ` Yann E. MORIN
2022-08-20  8:10 ` [Buildroot] [PATCH 1/3] package/sdl2: be more explicit in disabling optional features Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.