2013-04-29 12:26:04 +02:00
|
|
|
config BR2_PACKAGE_WAYLAND
|
|
|
|
bool "wayland"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # 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"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|