From 7b888e08a2e253e15f6e9c668419b006a2f40e11 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 14 Sep 2024 20:34:13 +0200 Subject: [PATCH] package/zabbix: move Config.in comment to fix option indentation The Config.in comment was before sub-options, so it was preventing menuconfig from rendering sub-options indented under the main zabbix option. Signed-off-by: Thomas Petazzoni --- package/zabbix/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/zabbix/Config.in b/package/zabbix/Config.in index 9ac668117d..4940f8ca8e 100644 --- a/package/zabbix/Config.in +++ b/package/zabbix/Config.in @@ -10,9 +10,6 @@ config BR2_PACKAGE_ZABBIX https://zabbix.com -comment "zabbix need glibc" - depends on !BR2_TOOLCHAIN_USES_GLIBC - if BR2_PACKAGE_ZABBIX comment "zabbix server needs C++ and threads or wchar and dynamic libs" @@ -81,3 +78,6 @@ comment "zabbix web UI requires PHP" endif endif + +comment "zabbix need glibc" + depends on !BR2_TOOLCHAIN_USES_GLIBC