diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-09 21:52:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-09 21:52:05 +0100 |
| commit | 39029279954b1f346d3ba28ec12c58211bfa7436 (patch) | |
| tree | c225a1fbcb4f5af7866d3eee8970cd500129a54d /wscript | |
| parent | 0c3155bda8935bf597535f4e38f65568e55093eb (diff) | |
| parent | 087eb941421d0ced97c8f3bf72072f19562435df (diff) | |
Merge master.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ def configure(conf): # if conf.env.TARGET_DEBIAN: - conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.11', args='--cflags', uselib_store='CXML', mandatory=True) conf.env.STLIB_CXML = ['cxml'] conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='XMLPP', mandatory=True) conf.check_cfg(package='libcurl', args='--cflags --libs', uselib_store='CURL', mandatory=True) |
