The drm.xml is missed while it is in git repos. Without it xwayland build with will failed.
looks like a Makefile bug to me, EXTRA_DIST shouldn't be in a conditional. Moving 'EXTRA_DIST = drm.xml' outside of the 'if GLAMOR_EGL' in hw/xwayland/Makefile.am seems to fix it.
http://patchwork.freedesktop.org/patch/33559/
commit af40913797e6595fb5466c2ff3110e9526a37b9f Author: Julien Cristau <jcristau@debian.org> Date: Wed Sep 17 07:41:27 2014 +0200 xwayland: always include drm.xml in tarballs Move drm.xml out of the automake conditional so make dist includes it even if glamor-egl is disabled. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83960 Signed-off-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Keith Packard <keithp@keithp.com>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.