[Buildroot] [PATCH 1/3] package/x11r7/xserver_xorg-server: Fix build with wayland, part I

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Dec 27 13:53:58 UTC 2016


On 2016-12-27 10:02, Bernd Kuhls wrote:

>  # Xwayland support needs libdrm, libepoxy, wayland and libxcomposite
> -ifeq
> ($(BR2_PACKAGE_LIBDRM)$(BR2_PACKAGE_LIBEPOXY)$(BR2_PACKAGE_WAYLAND)$(BR2_PACKAGE_XLIB_LIBXCOMPOSITE),yyyy)
> +ifeq
> ($(BR2_PACKAGE_LIBDRM)$(BR2_PACKAGE_LIBEPOXY)$(BR2_PACKAGE_WAYLAND)$(BR2_PACKAGE_WAYLAND_PROTOCOLS)$(BR2_PACKAGE_XLIB_LIBXCOMPOSITE),yyyy)

Hi.
Maybe missing an additional 'y' for the added dependency?
Regards.



More information about the buildroot mailing list