diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 09:55:27 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 09:55:27 +0000 |
commit | c40de9fe70b5214f344a3a40c21104cd48afe55f (patch) | |
tree | 8233ad0eaf4d2280a9bca23bc8ff118cbd5cd47a /package/sdl_mixer/Config.in | |
parent | a48b130c51b942c154ac56155e39994bcc301cc5 (diff) | |
download | buildroot-novena-c40de9fe70b5214f344a3a40c21104cd48afe55f.tar.gz buildroot-novena-c40de9fe70b5214f344a3a40c21104cd48afe55f.zip |
sdl_mixer: fix sdl dependency
Diffstat (limited to 'package/sdl_mixer/Config.in')
-rw-r--r-- | package/sdl_mixer/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sdl_mixer/Config.in b/package/sdl_mixer/Config.in index 2cc1457a7..52247cd4b 100644 --- a/package/sdl_mixer/Config.in +++ b/package/sdl_mixer/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_SDL_MIXER bool "SDL_mixer" default n + depends on BR2_PACKAGE_SDL help - SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed |