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

This reverts commit 42975a1b0c.
pull/513/head
Timothy Gu 10 years ago
parent 42cb8e44ec
commit 23ed531a86

@ -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 \

Loading…
Cancel
Save