summaryrefslogtreecommitdiffstats
path: root/rules/sdl.in
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2006-05-23 10:29:29 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2006-05-23 10:29:29 +0000
commitd3f55c23158bfc2d085e6f07f0b8612afc146519 (patch)
treeccd4e897d8cff0590f0437febd08920853086f52 /rules/sdl.in
parenta1ebf63dd00aa59dd242d7f98e5d159c859e5fa8 (diff)
downloadptxdist-d3f55c23158bfc2d085e6f07f0b8612afc146519.tar.gz
ptxdist-d3f55c23158bfc2d085e6f07f0b8612afc146519.tar.xz
use SDL instead of SDL_LIB to fix dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5553 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/sdl.in')
-rw-r--r--rules/sdl.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/rules/sdl.in b/rules/sdl.in
index d632c7a06..570b15a7e 100644
--- a/rules/sdl.in
+++ b/rules/sdl.in
@@ -13,7 +13,7 @@ menuconfig SDL
help
FIXME
-menuconfig SDL_LIB
+menuconfig SDL
bool
prompt "SDL Base library"
depends on SDL
@@ -23,56 +23,56 @@ menuconfig SDL_LIB
config SDL_NASM
bool
prompt "Use NASM"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
config SDL_SHARED
bool
prompt "Build Shared libraries"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
config SDL_STATIC
bool
prompt "Build Static libraries"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
config SDL_TIMERS
bool
prompt "SDL Timers Support"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
config SDL_ENDIAN
bool
prompt "SDL Endian Support"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
config SDL_FILE
bool
prompt "SDL File Support"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
config SDL_CPUINFO
bool
prompt "SDL CPU Info Support"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
menuconfig SDL_AUDIO
bool
prompt "SDL Audio Support"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
@@ -146,7 +146,7 @@ config SDL_DISKAUDIO
menuconfig SDL_VIDEO
bool
prompt "SDL Video Support"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
@@ -207,21 +207,21 @@ config SDL_QTOPIA
config SDL_EVENT
bool
prompt "SDL Event Support"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
config SDL_JOYSTICK
bool
prompt "SDL Joystick Support"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
config SDL_CDROM
bool
prompt "SDL CDROM Support"
- depends on SDL_LIB
+ depends on SDL
help
FIXME
@@ -229,7 +229,7 @@ config SDL_CDROM
menuconfig SDL_THREADS
bool
prompt "SDL Thread Support"
- depends on SDL_LIB
+ depends on SDL
help
FIXME