diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-07 13:56:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-07 19:06:24 +0200 |
| commit | fe4ee8e99b6179d652eabfe6812befe86e7bb7ea (patch) | |
| tree | 5baca685437ea057b77470a0599ffc004604a0d3 /wscript | |
| parent | d8504c2d684128af07589ebe99f69321daeef37a (diff) | |
Missing check_cfg of libxml to get the includes.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -180,6 +180,7 @@ def configure(conf): conf.check_cfg(package='libasdcp-carl', args='libasdcp-carl >= 0.1.3 --cflags', uselib_store='ASDCPLIB_CTH', mandatory=True) conf.env.HAVE_ASDCPLIB_CTH = 1 conf.env.STLIB_ASDCPLIB_CTH = ['asdcp-carl', 'kumu-carl'] + conf.check_cfg(package='libcxml', args='libcxml >= 0.17.0 --cflags', uselib_store='CXML', mandatory=True) conf.env.HAVE_CXML = 1 conf.env.LIB_CXML = ['xml++-2.6', 'glibmm-2.4'] conf.env.STLIB_CXML = ['cxml'] |
