Replace xmlpp::Node::add_child with cxml::add_child.
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index 52d7e914d4889f4c43a009cb185d4259242d8184..9f9967f1b02df3b04ce79817ffdbfe9ff627c2ad 100644 (file)
--- a/cscript
+++ b/cscript
@@ -35,7 +35,7 @@ import os
 import shutil
 
 def dependencies(target, options):
-    return (('libcxml', 'v0.17.6'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f'))
+    return (('libcxml', 'a0ca8f600cd5bbf3b942b276fc870083de4e1b0a'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --disable-dumpimage --disable-benchmarks --prefix=%s' % target.directory