Merge pull request #1866 from TobiX/harfbuzz-explicit

freetype: Don't autodetect harfbuzz.
This commit is contained in:
Tony Theodore 2017-08-02 10:10:18 +10:00 committed by GitHub
commit 12eb6e88c6
2 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
$(freetype_BUILD_COMMON)
$(subst harfbuzz=yes,harfbuzz=no,$(freetype_BUILD_COMMON))
endef

View File

@ -18,7 +18,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD_COMMON
cd '$(1)' && GNUMAKE=$(MAKE) ./configure \
cd '$(1)' && GNUMAKE=$(MAKE) ./configure --with-harfbuzz=yes \
$(MXE_CONFIGURE_OPTS) \
LIBPNG_CFLAGS="`$(TARGET)-pkg-config libpng --cflags`" \
LIBPNG_LDFLAGS="`$(TARGET)-pkg-config libpng --libs`" \