summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-04 21:10:48 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-04 21:12:46 +0000
commit40a74db0aad4428af7234da5ab76e654f9b17504 (patch)
tree675d8f34bae9f0ebb89c3addfe24db2d963e6fa5 /cscript
parent27f7f06fb4addae5e52626e3915815131fe002d8 (diff)
Fix openjpeg2 revision.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 7d02746b..d56bc47e 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '579fda8'))
+ return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '28b7e97'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory