summaryrefslogtreecommitdiffstats
path: root/src/sdl2_mixer.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-10-09 14:35:46 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-10-09 14:35:46 (GMT)
commit2cf4af82fdeea6263369ce061d18ce53ef65e13b (patch)
tree0b0c9608ca486cb1aed572af8c540c56e9939eef /src/sdl2_mixer.mk
parent28fad94157908c609505643feb9539aa79d25226 (diff)
downloadmxe-2cf4af82fdeea6263369ce061d18ce53ef65e13b.zip
mxe-2cf4af82fdeea6263369ce061d18ce53ef65e13b.tar.gz
mxe-2cf4af82fdeea6263369ce061d18ce53ef65e13b.tar.bz2
sdl2_mixer: fix for smpeg2 in pkg-config file
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 \