summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-17 01:30:27 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-17 01:30:27 +0000
commit94b1819fb8b3ccf488c9fa7531380bb6c8fcfe02 (patch)
tree11cf46244f3d8be3fa7b7674f24dba8cadecb485
parent149068981b0cc710eed0e550d9706374c4e5d99b (diff)
parent09ee2d615d5450ed3f8ae803474f24856e6003de (diff)
Merge branch '1.0-does-own-dcp' of git.carlh.net:git/libsub into 1.0-does-own-dcp
-rw-r--r--cscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/cscript b/cscript
index 0198fff..e580aaa 100644
--- a/cscript
+++ b/cscript
@@ -1,5 +1,8 @@
import os
+def dependencies(target):
+ return (('libdcp', '19e00ec'),)
+
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory
if target.platform == 'linux':