2011-07-13 12:44:42 +02:00
|
|
|
config BR2_PACKAGE_LIBROXML
|
|
|
|
bool "roxml"
|
2013-09-10 20:13:36 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2011-07-13 12:44:42 +02:00
|
|
|
help
|
|
|
|
libroxml is a light and powerful xml parsing library with
|
|
|
|
xpath handling. Roxml is a binary using libroxml to explore
|
|
|
|
xml file from shell scripts.
|
|
|
|
|
2011-07-29 09:46:10 +02:00
|
|
|
http://www.libroxml.net
|
2013-09-10 20:13:36 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libroxml needs a toolchain w/ threads"
|
2013-09-10 20:13:36 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|