summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-29 23:16:35 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-04 21:12:45 +0000
commitfe01f541e5409a0bc0e8608b1f9976bd6f3f029c (patch)
treeb3a33fc8b5f91568f23667a9b2b0aa5b970b07ab /cscript
parent52a9ad82dc4df3a25bf2c8b01e4fd911801a5066 (diff)
Bump openjpeg2 for build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index eef2aea6..7d02746b 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', 'b59b623'))
+ return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '579fda8'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory