5f5bb69aef
The gkrellm client needs libgtk2, which we are about to drop from Buildroot. Even though gkrellm has a somewhat active upstream at https://git.srcbox.net/gkrellm/gkrellm, it isn't clear whether it is compatible with Gtk 3 or not. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Arnout: reword help text, drop legacy for BR2_PACKAGE_GKRELLM_SERVER] Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
17 lines
516 B
Plaintext
17 lines
516 B
Plaintext
config BR2_PACKAGE_GKRELLM
|
|
bool "gkrellm"
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
depends on BR2_USE_MMU # libglib2
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
help
|
|
GKrellM is a single process stack of system monitors.
|
|
This package only contains the server part. The client
|
|
can run on a different machine.
|
|
|
|
http://gkrellm.srcbox.net/
|
|
|
|
comment "gkrellm needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|