summaryrefslogtreecommitdiff
path: root/fontconfig
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-30 14:10:22 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-01 10:39:55 +0200
commite568d2ad00eaaf8b48420bc8e1ac32565d12baae (patch)
tree941082782f9fd8a0b132acb1a8d347e64130dab5 /fontconfig
parent623f89b373114b2034319a573184fe727fb1b33d (diff)
fontconfig: don't use gb_ExternalProject_use_packages directly
Change-Id: I4ebe1a8caded065043db997e34d5d2b205fcca20
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 64ccbe62a603..a956e70c0807 100644
--- a/fontconfig/ExternalProject_fontconfig.mk
+++ b/fontconfig/ExternalProject_fontconfig.mk
@@ -9,7 +9,7 @@
$(eval $(call gb_ExternalProject_ExternalProject,fontconfig))
-$(eval $(call gb_ExternalProject_use_packages,fontconfig,\
+$(eval $(call gb_ExternalProject_use_externals,fontconfig,\
expat \
freetype \
))