summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-27 14:40:08 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-27 14:40:08 +0100
commitc04dd7a358c71e5ed9161f3d909560f45e4274cd (patch)
tree9ba58833dc9275d0ea9f4114c1a73962d933acb4 /cscript
parentca047a831069224fb0b682a4e2b3b2760855619f (diff)
Fix cscript libdcp dep to match wscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4e0f11c64..0b16c4a69 100644
--- a/cscript
+++ b/cscript
@@ -144,7 +144,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', 'bba68a5'),
- ('libdcp', '060348d'))
+ ('libdcp', 'v0.94.0'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()