4e841b2a7f
Since commit 00be67d846
(wireshark: enable GUI options, 2015-12-02) the GUI
is enabled when the required libraries are present. Update the config help
text accordingly.
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
446 B
Plaintext
16 lines
446 B
Plaintext
config BR2_PACKAGE_WIRESHARK
|
|
bool "wireshark"
|
|
select BR2_PACKAGE_LIBPCAP
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
depends on BR2_USE_MMU # fork(), glib2
|
|
depends on BR2_USE_WCHAR # glib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
|
help
|
|
Network traffic sniffer and protocol decoder.
|
|
|
|
http://www.wireshark.org
|
|
|
|
comment "wireshark needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|