]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version freetype-2.9.1
authorMarkham <markham001@gmx.de>
Thu, 21 Jun 2018 17:42:20 +0000 (19:42 +0200)
committerMarkham <markham001@gmx.de>
Thu, 21 Jun 2018 17:42:20 +0000 (19:42 +0200)
make/libraries.mk
make/versions.mk

index e7b2e938f26a1162dc41ec788c8d0af51e70cf65..1a14f9ce5c718fff6f0c04515852816a4cb15992 100755 (executable)
@@ -474,12 +474,10 @@ $(D)/freetype: $(D)/zlib $(D)/libpng $(ARCHIVE)/freetype-$(FREETYPE_VER).tar.bz2
                        --without-bzip2 \
                ; \
                $(MAKE) all; \
-               sed -e "s,^prefix=,prefix=$(TARGETPREFIX)," < builds/unix/freetype-config > $(HOSTPREFIX)/bin/freetype-config; \
                $(MAKE) install DESTDIR=$(TARGETPREFIX)
        pushd $(TARGETPREFIX)/include; \
                        ln -sf freetype2/freetype freetype; \
                        ln -sf freetype2/ft2build.h ft2build.h
-       mv $(TARGETPREFIX)/bin/freetype-config $(HOSTPREFIX)/bin/freetype-config
        $(REWRITE_LIBTOOL)/libfreetype.la
        $(REWRITE_PKGCONF) $(PKG_CONFIG_PATH)/freetype2.pc
        $(REMOVE)/freetype-$(FREETYPE_VER)
index 8b0d61a34a4049387db5a4936f9f2fde6eedf151..e230c46fabe02485a0c38a942f5735f009023702 100644 (file)
@@ -63,7 +63,7 @@ endif
 FLEX_VER=2.5.35
 
 # FREETYPE free high-quality and portable Font engine
-FREETYPE_VER=2.8.1
+FREETYPE_VER=2.9.1
 
 # Unicode Bidirectional Algorithm (BIDI). This is useful for supporting Arabic and Hebrew alphabets
 FRIBIDI_VER = 0.19.7