Skip to content

xwayland: Add XWayland by adding x11 to DISTRO_FEATURES

Tobias Poganiuch requested to merge fix_xwayland_timeout into dunfell

Usually, it should be sufficient to add x11 to the DISTRO_FEATURES. However, this breaks vim somehow. Probably due to missing gtk+3 dependencies.

Thus add a vim bbappend file and force PACKAGECONFIG to ignore x11 and gtkgui and only use the acl package configuration.

Original patch by Clemens Terasa clemens.terasa@garz-fricke.com

Merge request reports