libcaca: Fix pkg-config

Found-by: Tobias Gruetzmacher <tobias-git@23.gs> (@TobiX)
pull/513/head
Timothy Gu 10 years ago
parent 42975a1b0c
commit 42cb8e44ec

@ -23,7 +23,7 @@ define $(PKG)_BUILD
$(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='i686-w64-mingw32.shared-pkg-config --static' \
cd '$(1)' && PKG_CONFIG='$(TARGET)-pkg-config --static' \
./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-csharp \

Loading…
Cancel
Save