Commit 74b87a81 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Peter Korsgaard
Browse files

package/wayland: Fix wrong condition to display the comment

parent cce0add5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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