diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-07 22:53:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-07 22:53:13 +0200 |
| commit | f9cf5660e4d3fc7638ea0a880af357a50fbc05cc (patch) | |
| tree | 5f2faf6807e4764fc9a566b6d9584091a48ce15f /wscript | |
| parent | e72a1a09cd65d7ea07b5993cce052b5160073531 (diff) | |
Require libdcp 1.8.1.v1.6.1
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -110,12 +110,12 @@ def configure(conf): conf.check_cfg(package='openssl', args='--cflags --libs', uselib_store='OPENSSL', mandatory=True) if conf.options.static: - conf.check_cfg(package='libdcp-1.0', atleast_version='1.8.0', args='--cflags', uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp-1.0', atleast_version='1.8.1', args='--cflags', uselib_store='DCP', mandatory=True) conf.env.HAVE_DCP = 1 conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-carl', 'kumu-carl', 'openjp2', 'cxml'] conf.env.LIB_DCP = ['ssl', 'crypto', 'xmlsec1-openssl', 'xmlsec1', 'glibmm-2.4', 'xml++-2.6', 'xml2', 'dl'] else: - conf.check_cfg(package='libdcp-1.0', atleast_version='1.8.0', args='--cflags --libs', uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp-1.0', atleast_version='1.8.1', args='--cflags --libs', uselib_store='DCP', mandatory=True) conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP] |
