From: Frederic Bompart Date: Tue, 29 Nov 2005 09:06:44 +0000 (+0000) Subject: libsdl-mixer: set SDL_CONFIG (see bug #500) X-Git-Tag: Release-2010-05/1~9453^2~3002^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf518b971cc9ac9f6f0e1b536c0f519afa628946;p=openembedded.git libsdl-mixer: set SDL_CONFIG (see bug #500) --- 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 " 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"