X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=wscript;h=86cddf7f2a39ff4d355d9ea8ebbe721566b12d78;hp=50d89f43443e321c289bfdd754347c837364a71e;hb=8aeb741ccbe2edb528e98a431bf55459a6836a9b;hpb=22f2cd94132f93a159c2ce9fe263771cb5a5dbdf diff --git a/wscript b/wscript index 50d89f434..86cddf7f2 100644 --- 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