projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce0add
)
package/wayland: Fix wrong condition to display the comment
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 22 Nov 2014 12:00:43 +0000
(13:00 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/wayland/Config.in
b/package/wayland/Config.in
index cb10fac2f15e2e804094659e3eb2eae992932f24..f90cda66146d2628fc7356d8240d1afc96ff8afb 100644
(file)
--- 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