X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=cscript;h=a5c0900c121fd73a830445c3207206e3682032a9;hp=795cf0a35000f85b6ec96a220d4fa7455b97c203;hb=cb990adba9c57e5107ef2aa9716cf0a26c1df83d;hpb=8a19e2b56d3b95a18ae8ac9965eab750c28d30ad diff --git a/cscript b/cscript index 795cf0a35..a5c0900c1 100644 --- a/cscript +++ b/cscript @@ -8,7 +8,6 @@ deb_build_depends = {'debhelper': '8.0.0', 'pkg-config': '0.26', 'libssh-dev': '0.5.2', 'libsndfile1-dev': '1.0.25', - 'libmagick++-dev': '8:6.6.9.7', 'libgtk2.0-dev': '2.24.10'} deb_depends = dict() @@ -173,7 +172,7 @@ def build(target, options): if target.version == '6.5': cmd += ' --target-centos-6 --disable-tests' elif target.version == '7': - cmd += ' --target-centos-7' + cmd += ' --target-centos-7 --disable-tests' target.command(cmd) target.command('./waf')