]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/wayland: Fix wrong condition to display the comment
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 22 Nov 2014 12:00:43 +0000 (13:00 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 22 Nov 2014 12:52:22 +0000 (13:52 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wayland/Config.in

index cb10fac2f15e2e804094659e3eb2eae992932f24..f90cda66146d2628fc7356d8240d1afc96ff8afb 100644 (file)
@@ -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