X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=b10aaf28d6c593864c68c91c451cad6cfbeac2af;hb=50bfe5a5a595f8200811d6916a777e24c880b441;hp=f8d9f113cb207249fda65513db95e47fda77cdae;hpb=7007f5693d45901ec67c36a331109fb9effcddd8;p=libdcp.git diff --git a/wscript b/wscript index f8d9f113..b10aaf28 100644 --- a/wscript +++ b/wscript @@ -142,7 +142,7 @@ def configure(conf): elif conf.options.jpeg == 'oj1': conf.check_cfg(package='libopenjpeg1', args='--cflags --libs', atleast_version='1.5.0', uselib_store='OPENJPEG', mandatory=True) conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.3', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True) - conf.check_cfg(package='libcxml', atleast_version='0.15.2', args='--cflags --libs', uselib_store='CXML', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.16.0', args='--cflags --libs', uselib_store='CXML', mandatory=True) if conf.options.target_windows: boost_lib_suffix = '-mt' @@ -197,6 +197,7 @@ def configure(conf): conf.recurse('test') if not conf.options.disable_gcov: conf.check(lib='gcov', define_name='HAVE_GCOV', mandatory=False) + conf.env.append_value('LINKFLAGS', '-fprofile-arcs') def build(bld): create_version_cc(bld, VERSION)