libsdl-mixer: set SDL_CONFIG (see bug #500)
authorFrederic Bompart <frederic@unknown.openembedded.org>
Tue, 29 Nov 2005 09:06:44 +0000 (09:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 29 Nov 2005 09:06:44 +0000 (09:06 +0000)
packages/libsdl/libsdl-mixer_1.2.6.bb

index 4a273ff..3aafa18 100644 (file)
@@ -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"