package/gvfs: show warning when BR2_STATIC_LIBS=y
authorMichael Nosthoff <buildroot@heine.tech>
Wed, 18 Nov 2020 13:13:22 +0000 (14:13 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 18 Nov 2020 16:58:14 +0000 (17:58 +0100)
Commit 4266c9f54f (package/gvfs: needs dynamic library) updated the
dependency of gvfs, but inverted the comment dependency, causing it to only
be shown if !static - Fix that.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Reviewed-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gvfs/Config.in

index 5a6b3e73ec2342bc7e5bef2e98ad06acec8b904c..68ad2914367818a308ce7e6e70a80a5cfd2e9871 100644 (file)
@@ -20,4 +20,4 @@ config BR2_PACKAGE_GVFS
 comment "gvfs needs a toolchain w/ wchar, threads, dynamic library"
        depends on BR2_USE_MMU
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
-               !BR2_STATIC_LIBS
+               BR2_STATIC_LIBS