[oe-commits] org.oe.dev libsdl-mixer 1.2.6: Enabled mikmod support, needed at least for supertux.

pfalcon commit openembedded-commits at lists.openembedded.org
Sun Jan 13 11:56:08 UTC 2008


libsdl-mixer 1.2.6: Enabled mikmod support, needed at least for supertux.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 06c65f7df2a61bcad082ca5110a1c949ac902ae4
ViewMTN: http://monotone.openembedded.org/revision/info/06c65f7df2a61bcad082ca5110a1c949ac902ae4
Files:
1
packages/libsdl/libsdl-mixer_1.2.6.bb
Diffs:

#
# mt diff -rbad02fc028d55fbb82c52c9bffe4bbfebf92fb83 -r06c65f7df2a61bcad082ca5110a1c949ac902ae4
#
# 
# 
# patch "packages/libsdl/libsdl-mixer_1.2.6.bb"
#  from [cfee648682c7559cf233d5a7d0ae67430f94a636]
#    to [8866166728bbf910308433bf453a286adc1fa2ec]
# 
============================================================
--- packages/libsdl/libsdl-mixer_1.2.6.bb	cfee648682c7559cf233d5a7d0ae67430f94a636
+++ packages/libsdl/libsdl-mixer_1.2.6.bb	8866166728bbf910308433bf453a286adc1fa2ec
@@ -1,9 +1,9 @@ PRIORITY = "optional"
 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 @@ inherit autotools
 
 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
 






More information about the Openembedded-commits mailing list