Merge branch 'master' into 2.0--libdcp-1.0
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 05a39a7387c2b70fea49cd23fd64ec187012f175..a7a9922d67f4fd4d00940f7022f357708ce39ad8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -296,6 +296,8 @@ def configure(conf):
     conf.check_cfg(package='glib-2.0', args='--cflags --libs', uselib_store='GLIB', mandatory=True)
     conf.check_cfg(package= '', path=conf.options.magickpp_config, args='--cppflags --cxxflags --libs', uselib_store='MAGICK', mandatory=True)
     conf.check_cfg(package='libzip', args='--cflags --libs', uselib_store='ZIP', mandatory=True)
+    conf.check_cfg(package='pangomm-1.4', args='--cflags --libs', uselib_store='PANGOMM', mandatory=True)
+    conf.check_cfg(package='cairomm-1.0', args='--cflags --libs', uselib_store='CAIROMM', mandatory=True)
 
     conf.check_cc(fragment="""
                            #include <glib.h>