summaryrefslogtreecommitdiffstats
path: root/src/sdl2_mixer.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl2_mixer.mk')
-rw-r--r--src/sdl2_mixer.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl2_mixer.mk b/src/sdl2_mixer.mk
index 742e7af..23ab904 100644
--- a/src/sdl2_mixer.mk
+++ b/src/sdl2_mixer.mk
@@ -21,6 +21,7 @@ define $(PKG)_BUILD
echo \
'Libs.private:' \
"`$(TARGET)-pkg-config libmodplug --libs`" \
+ "`$(PREFIX)/$(TARGET)/bin/smpeg2-config --libs`" \
>> '$(1)/SDL2_mixer.pc.in'
$(SED) -i 's,for path in /usr/local; do,for path in; do,' '$(1)/configure'
cd '$(1)' && ./configure \