package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / wireshark / Config.in
blobc5b5c3e3ae92adbc8b642d3df87d616fcbfb38d8
1 config BR2_PACKAGE_WIRESHARK
2         bool "wireshark"
3         select BR2_PACKAGE_LIBPCAP
4         select BR2_PACKAGE_LIBGLIB2
5         depends on BR2_USE_MMU # fork(), glib2
6         depends on BR2_USE_WCHAR # glib2
7         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
8         help
9           Network traffic sniffer and protocol decoder.
11           https://www.wireshark.org
13 if BR2_PACKAGE_WIRESHARK
15 config BR2_PACKAGE_WIRESHARK_QT
16         bool
17         default y
18         depends on BR2_PACKAGE_QT5BASE_WIDGETS
19         depends on BR2_PACKAGE_QT5TOOLS
20         select BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
22 config BR2_PACKAGE_WIRESHARK_GUI
23         bool
24         default y if BR2_PACKAGE_LIBGTK2
25         default y if BR2_PACKAGE_LIBGTK3
26         default y if BR2_PACKAGE_WIRESHARK_QT
28 endif # BR2_PACKAGE_WIRESHARK
30 comment "wireshark needs a toolchain w/ wchar, threads"
31         depends on BR2_USE_MMU
32         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS