Revert "qtbase: dont use fontconfig and freetype"

This reverts commit 48c51901a74ef51bc7abb92e8c0ce0cbe1a7c5e0.
This commit is contained in:
Mark Brand 2015-08-06 22:45:00 +02:00
parent b4885ae64f
commit 08e8e8d697
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 3d6734bc6d00e1017c1db40d68309997bdf7bf6f
$(PKG)_SUBDIR := $(PKG)-opensource-src-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-opensource-src-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://download.qt.io/official_releases/qt/5.5/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)
$(PKG)_DEPS := gcc postgresql freetds openssl harfbuzz zlib libpng jpeg sqlite pcre dbus
$(PKG)_DEPS := gcc postgresql freetds openssl harfbuzz zlib libpng jpeg sqlite pcre fontconfig freetype dbus
define $(PKG)_UPDATE
$(WGET) -q -O- http://download.qt-project.org/official_releases/qt/5.4/ | \
@ -49,8 +49,8 @@ define $(PKG)_BUILD
-system-libpng \
-system-libjpeg \
-system-sqlite \
-no-fontconfig \
-no-freetype \
-fontconfig \
-system-freetype \
-system-harfbuzz \
-system-pcre \
-openssl-linked \