From 095429a7534744c13bb8e298737c856301558fbd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 23 Aug 2015 18:57:35 +0100 Subject: Try to fix build; link failure of FontConfig. --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') 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) -- cgit v1.2.3