diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:35:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:35:25 +0000 |
| commit | 64dadb1855ff8878321d7df4b87d54110911e75e (patch) | |
| tree | 1780a37589ee732672704a093d21ef8532b4bd4d /wscript | |
| parent | c80f382b419555f73ff4bcbfd50e2c17060d9fb0 (diff) | |
Fix wscript versions.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,10 +37,10 @@ def configure(conf): conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags', uselib_store='CXML', mandatory=True) conf.env.HAVE_ASDCPLIB_CTH = 1 conf.env.STATIC_ASDCPLIB_CTH = ['asdcplib-cth', 'kumu-cth'] - conf.check_cfg(package='libasdcp-cth', atleast_version='2.5.11-cth1', args='--cflags', uselib_store='ASDCPLIB_CTH', mandatory=True) + conf.check_cfg(package='libasdcp-cth', atleast_version='0.0.1', args='--cflags', uselib_store='ASDCPLIB_CTH', mandatory=True) else: conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags --libs', uselib_store='CXML', mandatory=True) - conf.check_cfg(package='libasdcp-cth', atleast_version='2.5.11-cth1', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True) + conf.check_cfg(package='libasdcp-cth', atleast_version='0.0.1', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True) boost_lib_suffix = '' if conf.env.TARGET_WINDOWS: |
