diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-23 18:57:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-23 18:57:35 +0100 |
| commit | 095429a7534744c13bb8e298737c856301558fbd (patch) | |
| tree | d109a6b4ca9cc7ccc697305c1981274a28f863cb /wscript | |
| parent | ea8d9e93091cd54d252b3c4069d1dba7060e4f75 (diff) | |
Try to fix build; link failure of FontConfig.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
