|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-FREETYPE_VERSION = 2.9
|
|
|
+FREETYPE_VERSION = 2.9.1
|
|
|
FREETYPE_SOURCE = freetype-$(FREETYPE_VERSION).tar.bz2
|
|
|
FREETYPE_SITE = http://download.savannah.gnu.org/releases/freetype
|
|
|
FREETYPE_INSTALL_STAGING = YES
|
|
@@ -17,6 +17,10 @@ FREETYPE_CONFIG_SCRIPTS = freetype-config
|
|
|
HOST_FREETYPE_DEPENDENCIES = host-pkgconf
|
|
|
HOST_FREETYPE_CONF_OPTS = --without-zlib --without-bzip2 --without-png
|
|
|
|
|
|
+# since 2.9.1 needed for freetype-config install
|
|
|
+FREETYPE_CONF_OPTS += --enable-freetype-config
|
|
|
+HOST_FREETYPE_CONF_OPTS += --enable-freetype-config
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
|
|
FREETYPE_DEPENDENCIES += zlib
|
|
|
FREETYPE_CONF_OPTS += --with-zlib
|