Revert "Remove libdcp dep for now, as a nasty hack."
authorCarl Hetherington <cth@carlh.net>
Sun, 21 Dec 2014 20:10:29 +0000 (20:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 Dec 2014 20:10:29 +0000 (20:10 +0000)
This reverts commit b4f10f4b207e9e60766ccd45f2f3c58d22401f74.

cscript

diff --git a/cscript b/cscript
index 0198ffffb2f6d1916c6851b194cc2da21c7608df..1a53bf9b5d91fea4f238e4a57f7a819f24ced7c4 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,5 +1,8 @@
 import os
 
+def dependencies(target):
+    return (('libdcp', '1.0'),)
+
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
     if target.platform == 'linux':