diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:51:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:51:09 +0000 |
| commit | a38346bbeaa6201b78cd8d1e7377a7db2fc72f47 (patch) | |
| tree | 17296bf893c817670d095ed72899acccc97a6851 | |
| parent | 90e7e1c54db6bd8377159a922701d8490cfa7f8c (diff) | |
Missing library.
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ def configure(conf): conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags', uselib_store='CXML', mandatory=True) conf.env.HAVE_ASDCPLIB_CTH = 1 conf.env.STLIB_ASDCPLIB_CTH = ['asdcp-cth', 'kumu-cth'] + conf.env.LIB_ASDCPLIB_CTH = ['openssl'] conf.check_cfg(package='libasdcp-cth', atleast_version='0.0.1', args='--cflags', uselib_store='ASDCPLIB_CTH', mandatory=True) else: conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags --libs', uselib_store='CXML', mandatory=True) |
