X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cscript;h=cbbfa02a2b9305d70d55fdcb63a2030decd8bbdc;hb=7ccd46e07ef55e60feeb820b7a2164d24bb1e2cd;hp=aeddb1cdd9d71ff49c339a12caf26b57b2ea1991;hpb=44f044061a4a4dfc8f2ad50a118710815b596d1e;p=dcpomatic.git diff --git a/cscript b/cscript index aeddb1cdd..cbbfa02a2 100644 --- a/cscript +++ b/cscript @@ -368,6 +368,7 @@ def dependencies(target, options): deps.append(('libdcp', None, cpp_lib_options)) deps.append(('libsub', None, cpp_lib_options)) + deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we # also need a patched openssl binary to make certificates. @@ -379,7 +380,7 @@ def dependencies(target, options): return deps -option_defaults = { "gui": True, "variant": None, "disk": False } +option_defaults = { "gui": True, "variant": None } def configure_options(target, options): opt = '' @@ -417,7 +418,7 @@ def configure_options(target, options): if target.debug and target.platform == 'windows': opt += ' --static-dcpomatic' - if can_build_disk(target) and options['disk']: + if can_build_disk(target): opt += ' --enable-disk' return opt