* [Buildroot] [PATCH] package/wireshark: properly guard sub-options
@ 2016-10-20 19:56 Yann E. MORIN
2016-10-20 20:02 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2016-10-20 19:56 UTC (permalink / raw)
To: buildroot
... otherwise we would end up forcefully enabling the linguist tool even
when wireshark would not be enabled.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Baruch Siach <baruch@tkos.co.il>
---
package/wireshark/Config.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/wireshark/Config.in b/package/wireshark/Config.in
index b5a874b..c5b5c3e 100644
--- a/package/wireshark/Config.in
+++ b/package/wireshark/Config.in
@@ -10,6 +10,8 @@ config BR2_PACKAGE_WIRESHARK
https://www.wireshark.org
+if BR2_PACKAGE_WIRESHARK
+
config BR2_PACKAGE_WIRESHARK_QT
bool
default y
@@ -23,6 +25,8 @@ config BR2_PACKAGE_WIRESHARK_GUI
default y if BR2_PACKAGE_LIBGTK3
default y if BR2_PACKAGE_WIRESHARK_QT
+endif # BR2_PACKAGE_WIRESHARK
+
comment "wireshark needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-20 20:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20 19:56 [Buildroot] [PATCH] package/wireshark: properly guard sub-options Yann E. MORIN
2016-10-20 20:02 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox