The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / wayland / Config.in
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_LIBFFI
6         select BR2_PACKAGE_EXPAT
7         help
8           Wayland is a project to define a protocol for a compositor
9           to talk to its clients as well as a library implementation
10           of the protocol.
11
12           http://wayland.freedesktop.org/
13
14 comment "wayland needs a toolchain w/ threads, dynamic library"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS