diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-08-15 19:27:58 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-08-15 19:27:58 +0200 |
commit | b3b0577b30f7485e8ec58f501def88aa96678462 (patch) | |
tree | 4f1046d8eeda1998511d2b5e9a2696e22d032f64 /groups | |
parent | ffa7bc1c655d1e41ec350e4880a96827a834ada0 (diff) | |
download | midipix_build-b3b0577b30f7485e8ec58f501def88aa96678462.tar.bz2 midipix_build-b3b0577b30f7485e8ec58f501def88aa96678462.tar.xz |
patches/sdl1_mixer-1.2.12.local.patch: added.
groups/251.native_packages_lib.group:sdl1_mixer:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --enable-music-mod=no --enable-music-mod-modplug=no --enable-music-midi=no --enable-music-fluidsynth-midi=no --enable-music-mp3=no.
Diffstat (limited to 'groups')
-rw-r--r-- | groups/251.native_packages_lib.group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/groups/251.native_packages_lib.group b/groups/251.native_packages_lib.group index 6be9218b..8be8f66a 100644 --- a/groups/251.native_packages_lib.group +++ b/groups/251.native_packages_lib.group @@ -326,6 +326,7 @@ sdl1_image sdl1_ttf sdl2 sdl2_image sdl2_ttf wolfssl")"; : ${PKG_SDL1_MIXER_SHA256SUM:=1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a}; : ${PKG_SDL1_MIXER_VERSION:=1.2.12}; : ${PKG_SDL1_MIXER_URL:=https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PKG_SDL1_MIXER_VERSION}.tar.gz}; +: ${PKG_SDL1_MIXER_CONFIGURE_ARGS_EXTRA:="--enable-music-mod=no --enable-music-mod-modplug=no --enable-music-midi=no --enable-music-fluidsynth-midi=no --enable-music-mp3=no"}; : ${PKG_SDL1_MIXER_LDFLAGS_CONFIGURE:=-L${PREFIX_NATIVE}/lib}; : ${PKG_SDL1_IMAGE_DEPENDS:="libz sdl1 libpng libjpeg_turbo tiff"}; : ${PKG_SDL1_IMAGE_SHA256SUM:=0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699}; |