1 config BR2_PACKAGE_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
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