package/libsigrok: fix comment display
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 8 May 2019 17:00:28 +0000 (19:00 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 8 May 2019 20:12:37 +0000 (22:12 +0200)
Commit 922b82bde9d554237769c21e50f6c5b4f73f41a8 added a dependency to
locale and updated comment text but forgot to add the !BR2_ENABLE_LOCALE
dependency to comment

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libsigrok/Config.in

index bb76e09d2d9fbd9d0858a22e0bb3f33040ce76dd..a4b9f665662ea32ec5f9f7fede80b4b484595cf9 100644 (file)
@@ -39,4 +39,5 @@ endif
 comment "libsigrok needs a toolchain w/ wchar, locale, threads, dynamic library, gcc >= 4.7"
        depends on BR2_USE_MMU
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS \
-               || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || BR2_STATIC_LIBS
+               || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || BR2_STATIC_LIBS \
+               || !BR2_ENABLE_LOCALE