summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-20 00:05:43 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-20 00:05:43 +0200
commit69bb11ec05164443339a3af2f4566881278fd907 (patch)
tree5d713cb570c1dc47964b1eb7d544f7796d04cfa5
parent248e56fc9a99cd25ee6f652a389d73530adde948 (diff)
Bump waf in asdcplib.v1.8.29
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 0a0c1167..b459ac0c 100644
--- a/cscript
+++ b/cscript
@@ -39,9 +39,9 @@ option_defaults = { 'jpeg': 'oj2' }
def dependencies(target, options):
libcxml = ('libcxml', 'v0.17.4')
if options['jpeg'] == 'oj1':
- return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'))
+ return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'))
else:
- return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'))
+ return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'))
def build(target, options):
cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory