From 2cf4af82fdeea6263369ce061d18ce53ef65e13b Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 10 Oct 2014 01:35:46 +1100 Subject: sdl2_mixer: fix for smpeg2 in pkg-config file --- src/sdl2_mixer.mk | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v0.12