btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / libcroco / Config.in
blob5baf83dfb9db1b6d64b03feb9452f46836189109
1 config BR2_PACKAGE_LIBCROCO
2         bool "libcroco"
3         select BR2_PACKAGE_LIBXML2
4         select BR2_PACKAGE_LIBGLIB2
5         depends on BR2_USE_WCHAR # glib2
6         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
7         depends on BR2_USE_MMU # glib2
8         help
9           Libcroco is a standalone css2 parsing and manipulation
10           library. The parser provides a low level event driven SAC
11           like api and a css object model like api.
13           Libcroco provides a CSS2 selection engine and an
14           experimental xml/css rendering engine.
16           https://github.com/GNOME/libcroco
18 comment "libcroco needs a toolchain w/ wchar, threads"
19         depends on BR2_USE_MMU
20         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS