diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-17 17:22:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-18 19:36:30 +0100 |
| commit | 536191cd4c2cf4ba6e84d78727d39ad2ab12b0d5 (patch) | |
| tree | 6443a082ac9461cdf29c6d1d9a2431704cc449ca | |
| parent | 2f11e41fe3bf8eef7c221a8c14051f7a503f1b83 (diff) | |
New library required for libdcp static link.tags-location
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ def configure(conf): conf.check_cfg(package='libdcp-1.0', atleast_version='1.6.2', args='--cflags', uselib_store='DCP', mandatory=True) conf.env.HAVE_DCP = 1 conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-carl', 'kumu-carl', 'openjp2', 'cxml'] - conf.env.LIB_DCP = ['ssl', 'crypto', 'xmlsec1-openssl', 'xmlsec1', 'glibmm-2.4', 'xml++-2.6', 'xml2'] + conf.env.LIB_DCP = ['ssl', 'crypto', 'xmlsec1-openssl', 'xmlsec1', 'glibmm-2.4', 'xml++-2.6', 'xml2', 'dl'] else: conf.check_cfg(package='libdcp-1.0', atleast_version='1.6.2', args='--cflags --libs', uselib_store='DCP', mandatory=True) |
