package/opencv: fix build failure on x86
[buildroot-gz.git] / package / libroxml / Config.in
blob2fcf2f2a706b60ca70dc91141856706b635ff0c6
1 config BR2_PACKAGE_LIBROXML
2         bool "roxml"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         help
5           libroxml is a light and powerful xml parsing library with
6           xpath handling. Roxml is a binary using libroxml to explore
7           xml file from shell scripts.
9           http://www.libroxml.net
11 comment "libroxml needs a toolchain w/ threads"
12         depends on !BR2_TOOLCHAIN_HAS_THREADS