X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;fp=wscript;h=ba74aa0f5a9d55242932c3fd1befb39a6f155ef6;hb=6db952e970939d6a86f1fcef157ba6c74d27c648;hp=d813c536b42560f4acc0f4bc9c847f0d7a51bab1;hpb=c9b3af92c43cb649137c88eaa48802197a4bbb06;p=libdcp.git diff --git a/wscript b/wscript index d813c536..ba74aa0f 100644 --- a/wscript +++ b/wscript @@ -131,7 +131,8 @@ def configure(conf): image = conf.check_cfg(package='ImageMagick++', args='--cflags --libs', uselib_store='MAGICK', mandatory=False) graphics = conf.check_cfg(package='GraphicsMagick++', args='--cflags --libs', uselib_store='MAGICK', mandatory=False) if image is None and graphics is None: - Logs.error('Neither ImageMagick++ nor GraphicsMagick++ found: one or the other is required unless you ./waf configure --disable-examples --disable-dcpdumpimage') + Logs.error('Neither ImageMagick++ nor GraphicsMagick++ found: one or the other is required unless you ./waf configure --disable-examples --disable-dumpimage') + sys.exit(1) conf.check_cfg(package='sndfile', args='--cflags --libs', uselib_store='SNDFILE', mandatory=False)