summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-05 20:22:26 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-05 20:22:26 +0000
commit18875fc4ff9f04f57b035a51f151de9920a54a6a (patch)
tree30e7854905e65b1fa399fc705e7b386d8c5eaa7f /cscript
parent40a74db0aad4428af7234da5ab76e654f9b17504 (diff)
Bump openjpeg2.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d56bc47e..f1eaea0a 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '28b7e97'))
+ return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', 'e137763'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory