## SECTION=multimedia_wayland menuconfig WESTON tristate select LIBC_UTIL select PIXMAN select WAYLAND select WAYLAND_PROTOCOLS select LIBXKBCOMMON select LIBJPEG select LIBPNG select LIBINPUT select CAIRO select CAIRO_PNG select LIBDRM if WESTON_DRM_COMPOSITOR || BUILDTIME select UDEV if WESTON_DRM_COMPOSITOR || WESTON_FBDEV_COMPOSITOR select UDEV_LIBUDEV if WESTON_DRM_COMPOSITOR || WESTON_FBDEV_COMPOSITOR select MESALIB if WESTON_DRM_COMPOSITOR select MESALIB_GBM if WESTON_DRM_COMPOSITOR select MESALIB_EGL if WESTON_GL select MESALIB_EGL_WAYLAND if WESTON_GL select MESALIB_GLES2 if WESTON_GL select CAIRO_GLES2 if WESTON_GL select CAIRO_EGL if WESTON_GL select CAIRO_XCB if WESTON_XWAYLAND select LIBXCB if WESTON_XWAYLAND select XORG_LIB_XCURSOR if WESTON_XWAYLAND select XORG_SERVER if WESTON_XWAYLAND && RUNTIME select XORG_SERVER_XWAYLAND if WESTON_XWAYLAND && RUNTIME select SYSTEMD if WESTON_SYSTEMD select SYSTEMD_LOGIND if WESTON_SYSTEMD_LOGIND select DBUS if WESTON_SYSTEMD_LOGIND prompt "weston " help Wayland compositor reference implementation if WESTON config WESTON_XWAYLAND bool prompt "Xwayland support" config WESTON_DRM_COMPOSITOR bool prompt "drm compositor" config WESTON_GL bool depends on WESTON_DRM_COMPOSITOR prompt "OpenGL accelerated compositing" config WESTON_HEADLESS_COMPOSITOR bool prompt "headless compositor" config WESTON_FBDEV_COMPOSITOR bool prompt "fbdev compositor" config WESTON_LAUNCH bool prompt "weston-launch support" # needs pam depends on BROKEN help weston-launch is a setuid-root program which does privileged operations on Weston's behalf config WESTON_SYSTEMD bool default INITMETHOD_SYSTEMD config WESTON_SYSTEMD_LOGIND bool depends on WESTON_SYSTEMD prompt "logind support" config WESTON_WCAP_TOOLS bool prompt "wcap tools" help Weston CAPture Tools config WESTON_INSTALL_CONFIG bool prompt "install configuration file" help Install the Weston configuration file into /etc/xdg/weston config WESTON_IVISHELL bool prompt "IVI-Shell" config WESTON_IVISHELL_EXAMPLE bool depends on WESTON_IVISHELL select WESTON_INSTALL_CONFIG prompt "install example IVI-Shell user interface" help Install the example hmi-controller, the IVI-Shell user interface application, a few demo clients and the weston.ini configuration for the IVI-Shell. endif