Bump version
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index ebdfbc37c4ede12d980e866cceb6680fd3a8bb3f..96cbfa84aefae7ef491b6d9b9049c9ae60f1c924 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', '0.12.0'), ('openjpeg-cdist', '5d8bffd'))
+    return (('libcxml', 'v0.13.0'), ('openjpeg-cdist', '5d8bffd'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory
@@ -9,6 +9,8 @@ def build(target, options):
         cmd += ' --static'
         if target.distro == 'centos':
             cmd += ' --disable-tests'
+        if target.distro == 'debian' and target.version == 'unstable':
+            target.append_with_space('CXXFLAGS', '-std=c++11')
     elif target.platform == 'windows':
         cmd += ' --target-windows --disable-tests'
     elif target.platform == 'osx':