summaryrefslogtreecommitdiff
path: root/fontconfig
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 21:47:18 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-08 17:49:56 +0200
commit5e037bbb3b7a0fdbbd4ce53e6ad566db057e1575 (patch)
tree188c98eaf6f1be64826a662fa4e9b55dc8c22ffd /fontconfig
parent32b9ff886614c1afe117ffd4c1b8807582913725 (diff)
expat: remove ExternalPackage_expat
Change-Id: I80b7f86947645a45263bbd7423a10ba8300441e9
Diffstat (limited to 'fontconfig')
-rw-r--r--fontconfig/ExternalProject_fontconfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/ExternalProject_fontconfig.mk b/fontconfig/ExternalProject_fontconfig.mk
index f4584f02e1b1..b520a118fc19 100644
--- a/fontconfig/ExternalProject_fontconfig.mk
+++ b/fontconfig/ExternalProject_fontconfig.mk
@@ -23,7 +23,7 @@ $(call gb_ExternalProject_get_state_target,fontconfig,build) :
./configure \
--disable-shared \
--with-arch=arm \
- --with-expat-includes=$(OUTDIR)/inc/external/expat \
+ --with-expat-includes=$(call gb_UnpackedTarball_get_dir,expat)/lib \
--with-expat-lib=$(OUTDIR)/lib \
--with-freetype-config=$(OUTDIR)/bin/freetype-config \
--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \