From: Bernd Kuhls Date: Sat, 22 Nov 2014 12:00:43 +0000 (+0100) Subject: package/wayland: Fix wrong condition to display the comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74b87a81fd85f3c55a0e330f3102d8560038c866;p=buildroot.git package/wayland: Fix wrong condition to display the comment Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- diff --git a/package/wayland/Config.in b/package/wayland/Config.in index cb10fac2f1..f90cda6614 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