diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 15:15:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-19 15:15:12 +0000 |
| commit | 097f27fcbd28d81b1ff2ae37949b1fcc3a97a716 (patch) | |
| tree | b6d05e0cb2e2afedb21723f0a59cffdebb696226 /cscript | |
| parent | 099cb53c7a1079b3d3b2bf0c1cf635673a0192fd (diff) | |
Bump cxml for removal of sstream dependency.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net> +# Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net> # # This file is part of libdcp. # @@ -36,9 +36,9 @@ import shutil 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', 'v0.16.1'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc')) + return (('libcxml', '670c528'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc')) else: - return (('libcxml', 'v0.16.1'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc')) + return (('libcxml', '670c528'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
