Try to fix build; link failure of FontConfig.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 8968e690dbc63e397008e25a0ee8040fed772d1e..b3e2beaf00b363fa854e299d95de48e5a1292614 100644 (file)
--- 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)