[packages] libsdl-mixer: don't use host sdl-config

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25884 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-03-06 11:39:53 +00:00
parent ec6295c7b2
commit 8638d05128

View File

@ -52,6 +52,7 @@ define Build/Configure
--enable-music-mp3-shared \
--disable-smpegtest \
--disable-music-mp3-mad-gpl \
--with-sdl-exec-prefix="$(STAGING_DIR)/usr" \
)
endef