From f54926d256f0d249888cefcf763c8989bdf18cec Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 15 Feb 2025 22:22:34 +0100 Subject: [PATCH] package/zmqpp: unbreak indentation of option in menuconfig Signed-off-by: Yann E. MORIN Cc: Simon Dawson Signed-off-by: Julien Olivain (cherry picked from commit d9b8a2a5f1902c126ebe9856001f993ad4db39d8) Signed-off-by: Peter Korsgaard --- package/zmqpp/Config.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package/zmqpp/Config.in b/package/zmqpp/Config.in index 2c80e2883d..8c08b9d862 100644 --- a/package/zmqpp/Config.in +++ b/package/zmqpp/Config.in @@ -14,13 +14,6 @@ config BR2_PACKAGE_ZMQPP http://github.com/benjamg/zmqpp -comment "zmqpp needs a toolchain w/ C++, threads, gcc >= 4.7" - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ - !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 - -comment "zmqpp needs exception_ptr" - depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735 - if BR2_PACKAGE_ZMQPP config BR2_PACKAGE_ZMQPP_CLIENT @@ -39,3 +32,10 @@ comment "zmqpp client needs a toolchain w/ dynamic library, threads, wchar" || !BR2_USE_WCHAR endif + +comment "zmqpp needs a toolchain w/ C++, threads, gcc >= 4.7" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ + !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 + +comment "zmqpp needs exception_ptr" + depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735