buildrootschalter/package/weston/Config.in

40 lines
1.0 KiB
Plaintext
Raw Normal View History

comment "weston requires udev"
depends on !BR2_PACKAGE_UDEV
config BR2_PACKAGE_WESTON
bool "weston"
select BR2_PACKAGE_WAYLAND
select BR2_PACKAGE_LIBXKBCOMMON
select BR2_PACKAGE_CAIRO
select BR2_PACKAGE_CAIRO_PNG
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_MTDEV
depends on BR2_PACKAGE_UDEV
depends on BR2_TOOLCHAIN_HAS_THREADS # wayland
# Runtime dependency
select BR2_PACKAGE_XKEYBOARD_CONFIG
help
Weston is the reference implementation of a Wayland
compositor, and a useful compositor in its own right.
Weston has various backends that lets it run on Linux kernel
modesetting and evdev input as well as under X11.
http://wayland.freedesktop.org/
if BR2_PACKAGE_WESTON
# These two options make sure at least one compositor is selected.
config BR2_PACKAGE_WESTON_HAS_COMPOSITOR
bool
config BR2_PACKAGE_WESTON_NEEDS_ONE_COMPOSITOR
def_bool y
depends on ! BR2_PACKAGE_WESTON_HAS_COMPOSITOR
select BR2_PACKAGE_WESTON_FBDEV
config BR2_PACKAGE_WESTON_FBDEV
bool "fbdev compositor"
default y
endif