summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-02 11:41:24 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-02 11:41:24 +0100
commit7e67afe48eb0cff8c29a05d9ac2df2b196f33b63 (patch)
tree9dc59c0819d1eee4e49b5b1127c4665231dc4323 /cscript
parent047d8ff3615dc7dc8b13c9c0c9a0f381f4c4fbfe (diff)
Bump openjpeg2 to more-or-less 2.2.0.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e0cfad9f..b2bfb446 100644
--- a/cscript
+++ b/cscript
@@ -37,7 +37,7 @@ def dependencies(target, options):
if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'):
return (('libcxml', '25e945f'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', 'f3b0fb8'))
else:
- return (('libcxml', '25e945f'), ('openjpeg2-cdist', '8ea62cc'), ('asdcplib-cth', 'f3b0fb8'))
+ return (('libcxml', '25e945f'), ('openjpeg2-cdist', 'bf14163'), ('asdcplib-cth', 'f3b0fb8'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory