|
@@ -1,8 +1,12 @@
|
|
config BR2_PACKAGE_LIBROXML
|
|
config BR2_PACKAGE_LIBROXML
|
|
bool "roxml"
|
|
bool "roxml"
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
help
|
|
libroxml is a light and powerful xml parsing library with
|
|
libroxml is a light and powerful xml parsing library with
|
|
xpath handling. Roxml is a binary using libroxml to explore
|
|
xpath handling. Roxml is a binary using libroxml to explore
|
|
xml file from shell scripts.
|
|
xml file from shell scripts.
|
|
|
|
|
|
http://www.libroxml.net
|
|
http://www.libroxml.net
|
|
|
|
+
|
|
|
|
+comment "libroxml needs a toolchain with thread support"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|