2013-04-29 12:26:04 +02:00
|
|
|
config BR2_PACKAGE_WAYLAND
|
|
|
|
bool "wayland"
|
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
|
|
|
|
|
|
|
comment "wayland requires a toolchain with thread support"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|