summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-31 15:55:09 +0000
committerCarl Hetherington <cth@carlh.net>2016-10-31 15:55:09 +0000
commit9644561595818e28f950cee29a42771fa2f48d18 (patch)
tree84fa7054071460bf86c6f500ae8ef8fc925e93eb
parent79ec1e022626d0e06e9af19d4c74c4f5ca44a564 (diff)
Use release version of libcxml.
-rw-r--r--cscript2
-rw-r--r--wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index ce01789..a8038da 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '213c9f8'), ('libcxml', 'c1348c5'))
+ return (('asdcplib-cth', '213c9f8'), ('libcxml', 'v0.15.2'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory
diff --git a/wscript b/wscript
index 936cf1e..e8c6067 100644
--- a/wscript
+++ b/wscript
@@ -44,7 +44,7 @@ def configure(conf):
conf.env.LIB_ASDCPLIB_CTH = ['ssl', 'crypto']
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.15.1', args='--cflags --libs', uselib_store='CXML', mandatory=True)
+ conf.check_cfg(package='libcxml', atleast_version='0.15.2', args='--cflags --libs', uselib_store='CXML', mandatory=True)
conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.0', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True)
boost_lib_suffix = ''