diff options
author | David Tardon <dtardon@redhat.com> | 2017-02-02 13:31:13 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-02-02 16:22:41 +0100 |
commit | e060317a7a4f56fd04f5812ff8231455be521505 (patch) | |
tree | 49f387e9348949d1283f16f128399bc649cb80f1 /external/fontconfig | |
parent | 538c042d9ab27131d8d56d97b9a09dca516f8939 (diff) |
fontconfig uses pkg-config to detect freetype now
Change-Id: I12cc3a8a36aeafd5184eee4051bc798c22769d8c
Diffstat (limited to 'external/fontconfig')
-rw-r--r-- | external/fontconfig/ExternalProject_fontconfig.mk | 1 |
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) \ ) |