summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-29 14:35:25 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-29 14:35:25 +0000
commit64dadb1855ff8878321d7df4b87d54110911e75e (patch)
tree1780a37589ee732672704a093d21ef8532b4bd4d /wscript
parentc80f382b419555f73ff4bcbfd50e2c17060d9fb0 (diff)
Fix wscript versions.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index d44faf6..880ec5b 100644
--- a/wscript
+++ b/wscript
@@ -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: