Try to fix unstable build wrt wxWidgets location.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 531e5a97f6d8668173a8b094008e7b76e2c1f75a..a66a19b30c0cb9773d6371489eecf1f725321646 100644 (file)
--- a/cscript
+++ b/cscript
@@ -245,8 +245,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
-            ('libdcp', '392a91d'),
-            ('libsub', 'v1.2.3'))
+            ('libdcp', 'f3f2510'),
+            ('libsub', '3cf34fe'))
 
 def configure_options(target):
     opt = ''
@@ -312,7 +312,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 in ['15.04', '15.10', '16.04', '16.10', '8']:
+    if target.version in ['15.04', '15.10', '16.04', '16.10', '8', 'unstable']:
         target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
     else:
         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')