summaryrefslogtreecommitdiffstats
path: root/external/fontconfig
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-02-02 13:31:13 +0100
committerDavid Tardon <dtardon@redhat.com>2017-02-02 16:22:41 +0100
commite060317a7a4f56fd04f5812ff8231455be521505 (patch)
tree49f387e9348949d1283f16f128399bc649cb80f1 /external/fontconfig
parentloplugin:unnecessaryoverride (diff)
downloadcore-e060317a7a4f56fd04f5812ff8231455be521505.tar.gz
core-e060317a7a4f56fd04f5812ff8231455be521505.zip
fontconfig uses pkg-config to detect freetype now
Change-Id: I12cc3a8a36aeafd5184eee4051bc798c22769d8c
Diffstat (limited to 'external/fontconfig')
-rw-r--r--external/fontconfig/ExternalProject_fontconfig.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/fontconfig/ExternalProject_fontconfig.mk b/external/fontconfig/ExternalProject_fontconfig.mk
index 83387e31e7ef..0fa3364fd08e 100644
--- a/external/fontconfig/ExternalProject_fontconfig.mk
+++ b/external/fontconfig/ExternalProject_fontconfig.mk
@@ -26,7 +26,6 @@ $(call gb_ExternalProject_get_state_target,fontconfig,build) :
$(if $(filter ANDROID,$(OS)),--with-arch=arm) \
--with-expat-includes=$(call gb_UnpackedTarball_get_dir,expat)/lib \
--with-expat-lib=$(gb_StaticLibrary_WORKDIR) \
- --with-freetype-config=$(call gb_UnpackedTarball_get_dir,freetype)/instdir/bin/freetype-config \
--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \
&& $(MAKE) \
)