summaryrefslogtreecommitdiffstats
path: root/rules/sdl.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-18 21:53:06 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-18 21:53:06 +0000
commit965828c1a688092e4b505e5e5662c1590adb57d8 (patch)
tree1b8fed57140fb0c5e23b7061d7bcf791563db892 /rules/sdl.in
parent8a5f5c07e318e9a4e96304a6a0d203d122a3a103 (diff)
downloadptxdist-965828c1a688092e4b505e5e5662c1590adb57d8.tar.gz
ptxdist-965828c1a688092e4b505e5e5662c1590adb57d8.tar.xz
[sdl] just cleanups
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10112 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/sdl.in')
-rw-r--r--rules/sdl.in24
1 files changed, 9 insertions, 15 deletions
diff --git a/rules/sdl.in b/rules/sdl.in
index b61327dcc..89edeb923 100644
--- a/rules/sdl.in
+++ b/rules/sdl.in
@@ -73,15 +73,15 @@ endif
menuconfig SDL_AUDIO
bool
prompt "SDL Audio Support "
- depends on SDL
default y
help
FIXME
+if SDL_AUDIO
+
config SDL_OSS
bool
prompt "SDL OSS Support"
- depends on SDL_AUDIO
help
Open Sound System (OSS) is the first attempt in
unifying the digital audio architecture for UNIX.
@@ -91,7 +91,6 @@ config SDL_OSS
config SDL_ALSA
bool
prompt "SDL ALSA Support"
- depends on SDL_AUDIO
default y
help
The Advanced Linux Sound Architecture (ALSA)
@@ -101,7 +100,6 @@ config SDL_ALSA
config SDL_ALSA_SHARED
bool
prompt "SDL ALSA Shared library"
- depends on SDL_AUDIO
depends on SDL_ALSA
default y
help
@@ -110,7 +108,6 @@ config SDL_ALSA_SHARED
config SDL_ESD
bool
prompt "SDL ESD Support"
- depends on SDL_AUDIO
depends on BROKEN
help
ESound Audio Daemon
@@ -118,7 +115,6 @@ config SDL_ESD
config SDL_ESD_SHARED
bool
prompt "SDL ESD Shared library"
- depends on SDL_AUDIO
depends on SDL_ESD
help
FIXME
@@ -126,7 +122,6 @@ config SDL_ESD_SHARED
config SDL_ARTS
bool
prompt "SDL Arts Support"
- depends on SDL_AUDIO
depends on BROKEN
help
SDL-arts is a plugin for the SDL library that allows
@@ -135,7 +130,6 @@ config SDL_ARTS
config SDL_ARTS_SHARED
bool
prompt "SDL Arts Shared library"
- depends on SDL_AUDIO
depends on SDL_ARTS
help
FIXME
@@ -143,7 +137,6 @@ config SDL_ARTS_SHARED
config SDL_NAS
bool
prompt "SDL NAS Support"
- depends on SDL_AUDIO
depends on BROKEN
help
The Network Audio System is a network transparent,
@@ -153,10 +146,11 @@ config SDL_NAS
config SDL_DISKAUDIO
bool
prompt "SDL Disk Audio Support"
- depends on SDL_AUDIO
help
FIXME
+endif
+
menuconfig SDL_VIDEO
bool
prompt "SDL Video Support "
@@ -165,10 +159,11 @@ menuconfig SDL_VIDEO
help
FIXME
+if SDL_VIDEO
+
config SDL_NANOX
bool
prompt "NanoX Support"
- depends on SDL_VIDEO
depends on BROKEN
help
The Nano-X Window System is an Open Source project
@@ -196,14 +191,13 @@ config SDL_XORG_XINERAMA
config SDL_FBCON
bool
prompt "SDL fbcon support"
- depends on SDL_VIDEO
help
Framebuffer console
config SDL_DIRECTFB
bool
prompt "DirectFB Support"
- depends on SDL_VIDEO
+ default y
help
DirectFB is a thin library that provides hardware
graphics acceleration, input device handling and
@@ -214,7 +208,6 @@ config SDL_DIRECTFB
config SDL_AALIB
bool
prompt "AALib Support"
- depends on SDL_VIDEO
depends on BROKEN
help
AAlib is an portable ascii art GFX library.
@@ -222,13 +215,14 @@ config SDL_AALIB
config SDL_OPENGL
bool
prompt "OpenGL Support"
- depends on SDL_VIDEO
depends on BROKEN
help
OpenGL is a multi-platform software interface to
graphics hardware, supporting rendering and imaging
operations.
+endif
+
config SDL_EVENT
bool
prompt "SDL Event Support"