xref: /OK3568_Linux_fs/buildroot/package/granite/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_GRANITE
2*4882a593Smuzhiyun	bool "granite"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
6*4882a593Smuzhiyun	depends on BR2_PACKAGE_LIBGTK3
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGEE
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  An extension to GTK+ that provides several useful widgets and
11*4882a593Smuzhiyun	  classes to ease application development.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/elementary/granite
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "granite needs libgtk3 and a toolchain w/ wchar, threads"
16*4882a593Smuzhiyun	depends on BR2_USE_MMU
17*4882a593Smuzhiyun	depends on !BR2_PACKAGE_LIBGTK3 || !BR2_USE_WCHAR \
18*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_HAS_THREADS
19