summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-23 18:57:35 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-23 18:57:35 +0100
commit095429a7534744c13bb8e298737c856301558fbd (patch)
treed109a6b4ca9cc7ccc697305c1981274a28f863cb /wscript
parentea8d9e93091cd54d252b3c4069d1dba7060e4f75 (diff)
Try to fix build; link failure of FontConfig.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index 8968e690d..b3e2beaf0 100644
--- a/wscript
+++ b/wscript
@@ -184,6 +184,9 @@ def configure(conf):
# libzip
conf.check_cfg(package='libzip', args='--cflags --libs', uselib_store='ZIP', mandatory=True)
+ # fontconfig
+ conf.check_cfg(package='fontconfig', args='--cflags --libs', uselib_store='FONTCONFIG', mandatory=True)
+
# pangomm
conf.check_cfg(package='pangomm-1.4', args='--cflags --libs', uselib_store='PANGOMM', mandatory=True)