xref: /OK3568_Linux_fs/buildroot/package/gkrellm/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_GKRELLM
2*4882a593Smuzhiyun	bool "gkrellm"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # libglib2
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # libglib2
6*4882a593Smuzhiyun	select BR2_PACKAGE_GKRELLM_SERVER if !BR2_PACKAGE_GKRELLM_CLIENT
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  GKrellM is a single process stack of system monitors which
10*4882a593Smuzhiyun	  supports applying themes to match its appearance to your
11*4882a593Smuzhiyun	  window manager, Gtk, or any other theme.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  http://gkrellm.srcbox.net/
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunif BR2_PACKAGE_GKRELLM
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunconfig BR2_PACKAGE_GKRELLM_SERVER
18*4882a593Smuzhiyun	bool "server"
19*4882a593Smuzhiyun	help
20*4882a593Smuzhiyun	  Enable gkrellm server.
21*4882a593Smuzhiyun
22*4882a593Smuzhiyunconfig BR2_PACKAGE_GKRELLM_CLIENT
23*4882a593Smuzhiyun	bool "client"
24*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7 # libgtk2
25*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP # libgtk2
26*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libgtk2
27*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # libgtk2
28*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGTK2
29*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBSM
30*4882a593Smuzhiyun	help
31*4882a593Smuzhiyun	  Enable gkrellm client.
32*4882a593Smuzhiyun
33*4882a593Smuzhiyuncomment "client needs a toolchain w/ C++, gcc >= 4.8"
34*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
35*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7
36*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || \
37*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
38*4882a593Smuzhiyun
39*4882a593Smuzhiyunendif # BR2_PACKAGE_GKRELLM
40*4882a593Smuzhiyun
41*4882a593Smuzhiyuncomment "gkrellm needs a toolchain w/ wchar, threads"
42*4882a593Smuzhiyun	depends on BR2_USE_MMU
43*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
44