Bump openjpeg to fix linux build.
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Feb 2014 16:41:03 +0000 (16:41 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 10 Feb 2014 16:41:03 +0000 (16:41 +0000)
cscript

diff --git a/cscript b/cscript
index beb3168605eee993f992a6a90f01c0d4e1910a82..46c5f35e18f425123debe2f5b990dbe59ffd60e9 100644 (file)
--- 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()