From 72247eda660abad798da38747330c5d5e9bb70ca Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:05:03 +0100 Subject: [PATCH] SDL_mixer: add autoreconf support Signed-off-by: Stephan Raue --- packages/multimedia/SDL_mixer/build | 2 ++ packages/multimedia/SDL_mixer/meta | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/multimedia/SDL_mixer/build b/packages/multimedia/SDL_mixer/build index 3e8620550c..d96fa478be 100755 --- a/packages/multimedia/SDL_mixer/build +++ b/packages/multimedia/SDL_mixer/build @@ -25,6 +25,8 @@ cd $PKG_BUILD --enable-music-mp3-shared \ --enable-music-mp3-mad-gpl \ --disable-smpegtest \ + --with-gnu-ld \ + --with-sdl-prefix=$SYSROOT_PREFIX/usr \ make diff --git a/packages/multimedia/SDL_mixer/meta b/packages/multimedia/SDL_mixer/meta index 55fd1e935d..3f0db82168 100644 --- a/packages/multimedia/SDL_mixer/meta +++ b/packages/multimedia/SDL_mixer/meta @@ -12,3 +12,5 @@ PKG_SECTION="multimedia" PKG_SHORTDESC="libsdl_mixer: Simple Directmedia Layer - Mixer" PKG_LONGDESC="SDL_mixer is a sound mixing library that is used with the SDL library, and almost as portable. It allows a programmer to use multiple samples along with music without having to code a mixing algorithm themselves. It also simplyfies the handling of loading and playing samples and music from all sorts of file formats." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"