Bump libdcp dep for timezone fixes.
authorCarl Hetherington <cth@carlh.net>
Thu, 15 May 2014 23:02:05 +0000 (18:02 -0500)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 May 2014 23:02:05 +0000 (18:02 -0500)
cscript

diff --git a/cscript b/cscript
index bcbd7bfe71811b42482fb52850f75c12a0d2afb3..f2c06779c4fae98493340030decb925872d85e39 100644 (file)
--- a/cscript
+++ b/cscript
@@ -144,7 +144,7 @@ def make_control(debian_version, bits, filename, debug):
 
 def dependencies(target):
     return (('ffmpeg-cdist', 'bba68a5'),
-            ('libdcp', 'c01716c'))
+            ('libdcp', '979739e'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()