diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-28 23:34:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-28 23:34:26 +0100 |
| commit | ddffcd80a6208193027be869d8487c0a43d30b0b (patch) | |
| tree | 10da12fe0ca82afbe58425cbdefca6924245be1c /wscript | |
| parent | 93439dbc6d93dafd88e80d51d6473c8d97aa02c7 (diff) | |
Bump libdcp requirement.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ def static_dcp(conf, static_boost, static_xmlpp, static_xmlsec, static_ssh): conf.env.LIB_DCP.append('ssh') def dynamic_dcp(conf): - conf.check_cfg(package='libdcp', atleast_version='0.94.0', args='--cflags --libs', uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.95.0', args='--cflags --libs', uselib_store='DCP', mandatory=True) conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP] def dynamic_ssh(conf): |
