aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-04-22 12:25:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-22 12:25:04 +0000
commitdce421707a80786b8cd0c44d9f7c75aa339fb301 (patch)
treedaaafff471073f27e9986c1e7f4d3a13022d275e /packages
parent57c156d9f730ca6ac436c156e1756beab5b5c692 (diff)
downloadopenembedded-dce421707a80786b8cd0c44d9f7c75aa339fb301.tar.gz
libsdl-mixer: explicitely disable ogg/vorbis support (libraries not in DEPENDS)
Diffstat (limited to 'packages')
-rw-r--r--packages/libsdl/libsdl-mixer_1.2.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libsdl/libsdl-mixer_1.2.6.bb b/packages/libsdl/libsdl-mixer_1.2.6.bb
index 3aafa18d0c..7e76334e99 100644
--- a/packages/libsdl/libsdl-mixer_1.2.6.bb
+++ b/packages/libsdl/libsdl-mixer_1.2.6.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "virtual/libsdl"
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}"
@@ -13,7 +13,7 @@ export SDL_CONFIG = "${STAGING_BINDIR}/sdl-config"
inherit autotools
-EXTRA_OECONF = "--disable-music-mp3 --disable-music-libmikmod"
+EXTRA_OECONF = "--disable-music-mp3 --disable-music-libmikmod --disable-music-ogg"
# although we build smpeg... need to find out how
# to deal with optional dependencies