diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-09 19:13:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-09 19:13:40 +0100 |
| commit | 087eb941421d0ced97c8f3bf72072f19562435df (patch) | |
| tree | 0a9e209341416dde4bef733055b5993b3d74c6d2 | |
| parent | dafafeb7092d636a95b36b9dada41f3e2bf223b8 (diff) | |
Bump libcxml version requirement in 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) |
