aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libsdl
diff options
context:
space:
mode:
authorFrederic Bompart <frederic@unknown.openembedded.org>2005-11-29 09:06:44 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-29 09:06:44 +0000
commitcf518b971cc9ac9f6f0e1b536c0f519afa628946 (patch)
tree2375cbd0907799e9fee3f21908d4633d50317829 /packages/libsdl
parentc38a1ed7b812406d02daae82db46be82e6185c34 (diff)
downloadopenembedded-cf518b971cc9ac9f6f0e1b536c0f519afa628946.tar.gz
libsdl-mixer: set SDL_CONFIG (see bug #500)
Diffstat (limited to 'packages/libsdl')
-rw-r--r--packages/libsdl/libsdl-mixer_1.2.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/libsdl/libsdl-mixer_1.2.6.bb b/packages/libsdl/libsdl-mixer_1.2.6.bb
index 4a273fffed..3aafa18d0c 100644
--- a/packages/libsdl/libsdl-mixer_1.2.6.bb
+++ b/packages/libsdl/libsdl-mixer_1.2.6.bb
@@ -4,10 +4,13 @@ PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "virtual/libsdl"
LICENSE = "LGPL"
+PR = "r1"
SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz"
S = "${WORKDIR}/SDL_mixer-${PV}"
+export SDL_CONFIG = "${STAGING_BINDIR}/sdl-config"
+
inherit autotools
EXTRA_OECONF = "--disable-music-mp3 --disable-music-libmikmod"