The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libroxml / Config.in
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.
8
9           http://www.libroxml.net
10
11 comment "libroxml needs a toolchain w/ threads"
12         depends on !BR2_TOOLCHAIN_HAS_THREADS