[Buildroot] [git commit] package/wayland: Fix wrong condition to display the comment

Peter Korsgaard peter at korsgaard.com
Sat Nov 22 12:52:22 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=74b87a81fd85f3c55a0e330f3102d8560038c866
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/wayland/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/wayland/Config.in b/package/wayland/Config.in
index cb10fac..f90cda6 100644
--- a/package/wayland/Config.in
+++ b/package/wayland/Config.in
@@ -14,4 +14,4 @@ config BR2_PACKAGE_WAYLAND
 
 comment "wayland needs a toolchain w/ threads, dynamic library"
 	depends on !BR2_avr32
-	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PREFER_STATIC_LIB
+	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB


More information about the buildroot mailing list