Fix openjpeg2 revision.
authorCarl Hetherington <cth@carlh.net>
Fri, 4 Dec 2015 21:10:48 +0000 (21:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 4 Dec 2015 21:12:46 +0000 (21:12 +0000)
cscript

diff --git a/cscript b/cscript
index 7d02746bd24d24d011bd2237616b4397216a07cb..d56bc47e3b3ee38fe76bac7a8123be8df47f17be 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '579fda8'))
+    return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '28b7e97'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory