From cf518b971cc9ac9f6f0e1b536c0f519afa628946 Mon Sep 17 00:00:00 2001 From: Frederic Bompart Date: Tue, 29 Nov 2005 09:06:44 +0000 Subject: [PATCH] libsdl-mixer: set SDL_CONFIG (see bug #500) --- packages/libsdl/libsdl-mixer_1.2.6.bb | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.5