summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-05 00:41:40 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-05 00:41:40 +0100
commit90339204a9763fe782b8d4f65e66c1295747cc05 (patch)
treeea0de5a5a5ed26dc4013895fc64f1bfa89612e48 /cscript
parent782d2e15beef605f566cf0c4391dbea8d18873ec (diff)
libsub has a dep on libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9226b7f..0fdd2f8 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'b3651f7'),)
+ return (('libcxml', 'b3651f7'), ('libdcp', '8a31983'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory