libxml2: enable debug module (default is on)
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 20 Oct 2010 11:39:35 +0000 (13:39 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 20 Oct 2010 11:48:00 +0000 (13:48 +0200)
commit85f8336c9b949e6fef646e27cbab3d7ed559b8b8
tree59fafba8e0b6f835e47a918e966724dda2c0537a
parentfabce288e40037d28c70f0f034185176f85e8664
libxml2: enable debug module (default is on)

* it's not runtime debug (--with-run-debug or --with-mem-debug)
* it's needed by python API (which is not limited to provide bindings
  based on enabled modules so ie python call param_node.lsCountNode()
  always calls libxml2mod.xmlLsCountNode(self._o), but this function is
  available only with debug module enabled.
* unfortunately mesa build calls this python API from generator

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/libxml/libxml2.inc