[Buildroot] [PATCH 1/2] package/wayland: Fix wrong condition to display the comment

Bernd Kuhls bernd.kuhls at t-online.de
Sat Nov 22 12:00:43 UTC 2014


Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/wayland/Config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.7.10.4



More information about the buildroot mailing list