Bump libdcp.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 64eb4e962d0d96f19432e470b3f44fd7c5636e36..04288da770163ab1e61f7ec4c86b6f199952a242 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,5 +1,5 @@
 #
-#    Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
+#    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 #
 #    This file is part of libsub.
 #
@@ -22,9 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', 'd39880e')
-    libcxml = ('libcxml', 'c336f86')
-    return (('asdcplib', 'carl'), libcxml, libdcp)
+    return (('asdcplib', 'bb09615'), ('libdcp', '9bc5ced'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory