freetype: Don't autodetect harfbuzz.

This makes the harfbuzz support explicit: freetype-bootstrap does not
use harfbuzz, but freetype does.
pull/1866/head
Tobias Gruetzmacher 7 years ago
parent fb3c10163a
commit eb7172fd26

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

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

Loading…
Cancel
Save