X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=079f38ad9adc5d3fb31547040d89528094529733;hb=4dd22fc54d31abf64b7e6f13071904d34ab7636a;hp=d3b7fb5bca99dc393ae349f0125c814513d9c17e;hpb=e970610abdec9fe24eea406d00f43f0cc4d0218e;p=libsub.git diff --git a/wscript b/wscript index d3b7fb5..079f38a 100644 --- a/wscript +++ b/wscript @@ -24,7 +24,8 @@ def configure(conf): if conf.options.static: conf.env.HAVE_CXML = 1 - conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', 'rt'] + conf.env.LIB_CXML = ['glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', 'rt', 'xml++-2.6', 'xml2', 'pthread', 'lzma', 'dl', 'z'] + conf.env.STLIB_CXML = ['cxml'] conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True) else: conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True)