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

index fafdf950c532eb84c83984ef5a66bae91f85b39f..cf242d126032e1940d144b94796f8c659587d2d5 100644 (file)
@@ -2,7 +2,7 @@ comment "weston needs udev and a toolchain w/ threads, dynamic library, headers
        depends on !BR2_avr32
        depends on BR2_ARCH_HAS_ATOMICS
        depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS || \
-               !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 || !BR2_PREFER_STATIC_LIB
+               !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 || BR2_PREFER_STATIC_LIB
 
 config BR2_PACKAGE_WESTON
        bool "weston"