diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-02 11:41:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-02 11:41:24 +0100 |
| commit | 7e67afe48eb0cff8c29a05d9ac2df2b196f33b63 (patch) | |
| tree | 9dc59c0819d1eee4e49b5b1127c4665231dc4323 /cscript | |
| parent | 047d8ff3615dc7dc8b13c9c0c9a0f381f4c4fbfe (diff) | |
Bump openjpeg2 to more-or-less 2.2.0.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
