summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-25 14:21:47 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-25 14:21:47 +0100
commit216555fd5145ce4668d1a02337ed87edef64367b (patch)
tree3c046e6254cd163eb2a0575ad173010bf6e89fbf
parent394e0fa234e425ecec0303482d1566e721017c65 (diff)
parentcb7c3db37d196b6e9ddad60937bd5314a95eadb2 (diff)
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9b8ba84f..dc145f0b 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.0'))
+ return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.1'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory