summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-07 00:09:05 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-07 00:09:05 +0100
commite0906dd7b37e5fa45d87132bee49815f2e63a53e (patch)
tree189550097f9ee98bd30e95598161334e506748a9
parentc90ff0d85c88a18730787d511ebc7a6f6c21a2ba (diff)
parent601f827096a073f9e68c6b68a5198dd5c58e4b37 (diff)
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a0219148..1a8113a1 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', None), ('openjpeg-cdist', '5d8bffd'))
+ return (('libcxml', 'f35787e'), ('openjpeg-cdist', '5d8bffd'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory