diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 07:33:42 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-14 07:33:42 +0000 |
commit | e04e540f70e47af0019789b691e63914db5d8d11 (patch) | |
tree | 3ce81e26bb6169245421a41b4adb02ee02099daa /packages/libsdl/libsdl-mixer_1.2.6.bb | |
parent | f926060e424f1732296b30de2e21a35f6d2f662f (diff) | |
parent | 6b8dd1e263356efca24e32aa337c7c987d8a09c2 (diff) |
merge of '396d43c9459edaab2f04c5dd3825de0391fc1b73'
and 'e4f83871a267ab0720e73ef096ce3ab5fc40a303'
Diffstat (limited to 'packages/libsdl/libsdl-mixer_1.2.6.bb')
-rw-r--r-- | packages/libsdl/libsdl-mixer_1.2.6.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/libsdl/libsdl-mixer_1.2.6.bb b/packages/libsdl/libsdl-mixer_1.2.6.bb index f78d992806..84841d9741 100644 --- a/packages/libsdl/libsdl-mixer_1.2.6.bb +++ b/packages/libsdl/libsdl-mixer_1.2.6.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Simple DirectMedia Layer mixer library." SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libsdl" +DEPENDS = "virtual/libsdl libmikmod" LICENSE = "LGPL" -PR = "r1" +PR = "r2" SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz" S = "${WORKDIR}/SDL_mixer-${PV}" @@ -12,7 +12,7 @@ export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" inherit autotools -EXTRA_OECONF = "--disable-music-mp3 --disable-music-libmikmod" +EXTRA_OECONF = "--disable-music-mp3" # although we build smpeg... need to find out how # to deal with optional dependencies |