summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-18 16:40:05 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-18 16:40:05 +0100
commitbf9eb612ef464db95c365e0de4ebd98ab23e5b9c (patch)
tree0d105bae53b516fa3de2cff1fa9b106242548c80 /cscript
parent787062dca7ebc44cf69f9dbab759ec530ba5d657 (diff)
Tweak cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index cec6d88b..a1a9232d 100644
--- a/cscript
+++ b/cscript
@@ -5,7 +5,7 @@ def dependencies(target):
return ()
else:
# XXX: should be some versions in here
- return (('libcxml', None),)
+ return (('libcxml', None), ('openjpeg-cdist', None))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()