Revert "libcaca: use pkg-config --static"

This reverts commit 42975a1b0c.
This commit is contained in:
Timothy Gu 2014-09-25 11:25:25 -07:00
parent 42cb8e44ec
commit 23ed531a86
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@ define $(PKG)_BUILD
$(if $(BUILD_STATIC), \
$(SED) -i 's/__declspec(dllimport)//' '$(1)/caca/caca.h'; \
$(SED) -i 's/__declspec(dllimport)//' '$(1)/caca/caca0.h')
# Somehow glut *requires* -lopengl32 etc. even if it's built as shared
cd '$(1)' && PKG_CONFIG='$(TARGET)-pkg-config --static' \
./configure \
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-csharp \
--disable-java \