Just use 1.0 for libdcp for now.
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 20:24:45 +0000 (21:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 20:24:45 +0000 (21:24 +0100)
cscript

diff --git a/cscript b/cscript
index 3b5b27923cdb21a75425d03ced503d442d9059ff..dc1494ece647039bbdf15c4860fa9a168c33f075 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libdcp', None),)
+    return (('libdcp', '1.0'),)
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory