summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/cscript b/cscript
index 23dea9cd..56691075 100644
--- a/cscript
+++ b/cscript
@@ -4,8 +4,7 @@ def dependencies(target):
if target.platform == 'windows':
return ()
else:
- # XXX: should be some versions in here
- return (('libcxml', None), ('openjpeg-cdist', None))
+ return (('libcxml', 'v0.05'), ('openjpeg-cdist', '6771627cfa63e315d2e23d81669cafcdc66ddc9f'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()