[Buildroot] [git commit] package/gvfs: show warning when BR2_STATIC_LIBS=y

Peter Korsgaard peter at korsgaard.com
Wed Nov 18 16:58:14 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=4c8a6d3aa66b93b1e0320f0160938314c1915534
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at heine.tech>
Reviewed-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gvfs/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gvfs/Config.in b/package/gvfs/Config.in
index 5a6b3e73ec..68ad291436 100644
--- a/package/gvfs/Config.in
+++ b/package/gvfs/Config.in
@@ -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


More information about the buildroot mailing list