summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-28 12:14:33 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-28 12:14:33 +0100
commit4852a22bc0002184916317be1f8ea2828a0869bd (patch)
treea15568df5508ecdc85a65b335240634dbd4e13cd /cscript
parentdb8af2f03cc3c93b6a42b2e5ace53c169eddf5fd (diff)
parentb3adb83e89959569b13304d6f0519172d26a51a1 (diff)
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 75b42aee..bca259a1 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.12.0'), ('openjpeg-cdist', '5d8bffd'))
+ return (('libcxml', 'e8003ee'), ('openjpeg-cdist', '5d8bffd'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory