summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-10 16:41:03 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-10 16:41:03 +0000
commitf221b1c992b8fd3187ee6b7a1f19543b7f097607 (patch)
tree393b31d15cfa5826baeeadf0c2eeb3c9cd6d2dd8 /cscript
parent606ff251d6ba702c5b27e85752c61711eb41d2fa (diff)
Bump openjpeg to fix linux build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index beb31686..46c5f35e 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '56dd236'))
+ return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', 'fc7de25'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()