sysklogd: fix build on musl
[buildroot-gz.git] / package / wayland / Config.in
blob32718fc2b234c39ea264120dfe8437dcd450bb95
1 config BR2_PACKAGE_WAYLAND
2         bool "wayland"
3         depends on !BR2_STATIC_LIBS # dlfcn.h
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         select BR2_PACKAGE_EXPAT
6         select BR2_PACKAGE_LIBFFI
7         select BR2_PACKAGE_LIBXML2
8         help
9           Wayland is a project to define a protocol for a compositor
10           to talk to its clients as well as a library implementation
11           of the protocol.
13           http://wayland.freedesktop.org/
15 comment "wayland needs a toolchain w/ threads, dynamic library"
16         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS