summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-04 13:08:12 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-04 13:08:12 +0100
commit08f4fe13bbff1a674930d55ab95fd181ebd0c265 (patch)
treeb3bffaf24d57da968c9d2ca052ff9d2f887048b6 /cscript
parent33486222b46a778dc3a4781bdbff07821304d8c8 (diff)
Bump openjpeg dep for a build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f21073f1..1fa1b136 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.05'), ('openjpeg-cdist', '6771627cfa63e315d2e23d81669cafcdc66ddc9f'))
+ return (('libcxml', 'v0.05'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()