mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/gvfs: show warning when BR2_STATIC_LIBS=y
Commit4266c9f54f(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> (cherry picked from commit4c8a6d3aa6) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ffd0177b5b
commit
cdf955f265
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user