e9c3040b1f045b4d90288ee514d41a32e4b10ecc
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / pango / Config.in
1 config BR2_PACKAGE_PANGO
2         bool "pango"
3         depends on BR2_USE_WCHAR # glib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5         depends on BR2_USE_MMU # glib2
6         depends on BR2_INSTALL_LIBSTDCPP # freetype support
7         depends on BR2_ARCH_HAS_ATOMICS # cairo
8         select BR2_PACKAGE_LIBGLIB2
9         select BR2_PACKAGE_EXPAT
10         select BR2_PACKAGE_CAIRO
11         select BR2_PACKAGE_FONTCONFIG
12         select BR2_PACKAGE_FREETYPE
13         select BR2_PACKAGE_HARFBUZZ
14         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
15         select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
16         help
17           Pango is a library for laying out and rendering of text, with an
18           emphasis on internationalization. Pango can be used anywhere that
19           text layout is needed, though most of the work on Pango so far has
20           been done in the context of the GTK+ widget toolkit. Pango forms the
21           core of text and font handling for GTK+-2.x.
22
23           http://www.pango.org/
24
25 comment "pango needs a toolchain w/ wchar, threads, C++"
26         depends on BR2_USE_MMU
27         depends on BR2_ARCH_HAS_ATOMICS
28         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
29                 !BR2_INSTALL_LIBSTDCPP