Bits to put playlist editor in the main distribution.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 10e40d2e96d8faf92d2519aef04cbe6798663e05..d82b377f204853a146245424fa84b09c0f9c139f 100644 (file)
--- a/cscript
+++ b/cscript
@@ -328,7 +328,7 @@ def dependencies(target):
         deps = []
 
     deps.append(('libdcp', '6a85c30'))
-    deps.append(('libsub', 'c07bdb3'))
+    deps.append(('libsub', '1c70f3a'))
     deps.append(('rtaudio-cdist', 'aad62d7'))
 
     return deps
@@ -339,8 +339,8 @@ def option_defaults():
 def configure_options(target, options):
     opt = ''
 
-    if not (target.platform == 'linux' and target.distro == 'ubuntu' and (target.version == '18.04' or target.version == '16.04')):
-        # Currently we only build tests on Ubuntu 1{6,8}.04
+    if not (target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04'):
+        # Currently we only build tests on Ubuntu 18.04
         opt += ' --disable-tests'
 
     if target.debug: