2013-04-29 12:26:04 +02:00
|
|
|
config BR2_PACKAGE_WAYLAND
|
|
|
|
bool "wayland"
|
2013-11-16 10:58:13 +01:00
|
|
|
depends on !BR2_avr32 # no epoll_create1, timerfd_create or timerfd_settime
|
2013-08-12 19:34:37 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-04-29 12:26:04 +02:00
|
|
|
select BR2_PACKAGE_LIBFFI
|
|
|
|
select BR2_PACKAGE_EXPAT
|
|
|
|
help
|
|
|
|
Wayland is a project to define a protocol for a compositor
|
|
|
|
to talk to its clients as well as a library implementation
|
|
|
|
of the protocol.
|
|
|
|
|
|
|
|
http://wayland.freedesktop.org/
|
2013-08-12 19:34:37 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "wayland needs a toolchain w/ threads"
|
2013-11-16 10:58:13 +01:00
|
|
|
depends on !BR2_avr32
|
2013-08-12 19:34:37 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|