[Buildroot] [PATCH] xserver_xorg-server: add explicit handling for xwayland

Gustavo Zacarias gustavo at zacarias.com.ar
Tue May 24 17:51:25 UTC 2016


On 24/05/16 12:43, Peter Korsgaard wrote:

> Thanks. Except for libepoxy (and wayland) these are just normal
> libraries. Would it make sense to pull them in in Config.in:
>
> E.G.:
>
>          select BR2_PACKAGE_LIBDRM if BR2_PACKAGE_WAYLAND
>          select BR2_PACKAGE_XLIB_LIBXCOMPOSITE if BR2_PACKAGE_WAYLAND
>
> But ok, that can be done as a followup patch. Committed, thanks!

Hi.
Ideally this should be an option together with "classic" X server (since 
they're both different binaries).
Xwayland (X on top of wayland) doesn't need/have use for all the xorg 
drivers, and doesn't need the classic server either, but that's material 
for 2016.08+
This solves the corner case where all of the automatic deps trigger a 
failure because configure isn't complete.
Regards.



More information about the buildroot mailing list