sdl2_ttf: use $(MXE_CONFIGURE_OPTS) - really build *.dll

This commit is contained in:
Tony Theodore 2015-12-07 11:30:55 +11:00
parent 0879bc3b13
commit 0a5941384f
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@ endef
define $(PKG)_BUILD
echo 'Requires.private: freetype2' >> '$(1)/SDL2_ttf.pc.in'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
--with-sdl-prefix='$(PREFIX)/$(TARGET)' \
--disable-sdltest \
--with-freetype-prefix='$(PREFIX)/$(TARGET)'