Fix asdcplib-cth branch name.
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index 80db93329e9614a31c6189043b2f12a558d18aee..d25963cb37e6dcedf858ddc6d71a8cfcfb0be198 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', 'v0.15.0'), ('openjpeg-cdist', '5d8bffd'))
+    return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'cth'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory