include/xwayland-config.h.meson.in not included in release tarballs
When trying to build xorg-server 1.20.3 using meson, I’m getting:
Configuring dix-config.h using configuration
Configuring xorg-server.h using configuration
Configuring version-config.h using configuration
Configuring xkb-config.h using configuration
Configuring xorg-config.h using configuration
Configuring xwin-config.h using configuration
include/meson.build:370:0: ERROR: File xwayland-config.h.meson.in does not exist.
As per https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/xorg-server&id=b7a01991e8713e1b6a44da3c785b581e4dd6a2c6#n20, the Arch Linux people noticed the same thing and are pulling the file from your cgit (from a mismatching version).
Notably, this file is required whether xwayland is enabled or not.
Could you please include include/xwayland-config.h.meson.in in future releases?
Thanks