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"