Bump libdcp for build fix.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 0ed34751cc3462701215600f6b028397d8236c7e..d688e78566725c1d94c42ae85a24e78612da95ce 100644 (file)
--- a/cscript
+++ b/cscript
@@ -224,7 +224,7 @@ def make_spec(filename, version, target):
 
 def dependencies(target):
     return (('ffmpeg-cdist', '0492ad2'),
-            ('libdcp', '41ab9a3'),
+            ('libdcp', '69942bc'),
             ('libsub', 'f66b11f'))
 
 def configure_options(target):
@@ -282,7 +282,7 @@ def package_debian(target, cpu, version):
     target.set('CDIST_CONFIGURE', '"' + configure_options(target) + '"')
     if target.debug:
         target.set('CDIST_DEBUG_PACKAGE', '--dbg-package=dcpomatic-dbg')
-    if target.version == '15.04':
+    if target.version == '15.04' or target.version == '8':
         target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
     else:
         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')