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
|
2014-09-28 10:48:14 +02:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB # dlfcn.h
|
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
|
|
|
|
2014-09-28 10:48:14 +02:00
|
|
|
comment "wayland needs a toolchain w/ threads, dynamic library"
|
2013-11-16 10:58:13 +01:00
|
|
|
depends on !BR2_avr32
|
2014-11-22 13:00:43 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|