xref: /OK3568_Linux_fs/buildroot/package/pango/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PANGO
2*4882a593Smuzhiyun	bool "pango"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # glib2
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # glib2
6*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP # freetype support
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # harfbuzz
8*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # harfbuzz
9*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
10*4882a593Smuzhiyun	select BR2_PACKAGE_LIBFRIBIDI
11*4882a593Smuzhiyun	select BR2_PACKAGE_EXPAT
12*4882a593Smuzhiyun	select BR2_PACKAGE_CAIRO
13*4882a593Smuzhiyun	select BR2_PACKAGE_FONTCONFIG
14*4882a593Smuzhiyun	select BR2_PACKAGE_FREETYPE
15*4882a593Smuzhiyun	select BR2_PACKAGE_HARFBUZZ
16*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
17*4882a593Smuzhiyun	help
18*4882a593Smuzhiyun	  Pango is a library for laying out and rendering of text,
19*4882a593Smuzhiyun	  with an emphasis on internationalization. Pango can be used
20*4882a593Smuzhiyun	  anywhere that text layout is needed, though most of the work
21*4882a593Smuzhiyun	  on Pango so far has been done in the context of the GTK+
22*4882a593Smuzhiyun	  widget toolkit. Pango forms the core of text and font
23*4882a593Smuzhiyun	  handling for GTK+-2.x.
24*4882a593Smuzhiyun
25*4882a593Smuzhiyun	  https://pango.gnome.org/
26*4882a593Smuzhiyun
27*4882a593Smuzhiyuncomment "pango needs a toolchain w/ wchar, threads, C++, gcc >= 4.8"
28*4882a593Smuzhiyun	depends on BR2_USE_MMU
29*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
30*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
31*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
32*4882a593Smuzhiyun		!BR2_INSTALL_LIBSTDCPP
33