summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-05 00:44:01 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-05 00:44:01 +0100
commite0c31fda52bbfc77913bee2675cd9c338bc3c86e (patch)
treeec6f54a0ea1684245e755ffa6fe861b7bc2d3f4e /cscript
parent90339204a9763fe782b8d4f65e66c1295747cc05 (diff)
libdcp brings in libcxml.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0fdd2f8..b30567d 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'b3651f7'), ('libdcp', '8a31983'))
+ return (('libdcp', '8a31983'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory