Bug 83960

Summary: drm.xml file missing in xorg-server-1.16.0.901.tar.bz2
Product: xorg Reporter: bingquick
Component: Server/GeneralAssignee: Julien Cristau <jcristau>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium CC: jcristau
Version: unspecifiedKeywords: patch
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description bingquick 2014-09-17 02:54:39 UTC
The drm.xml is missed while it is in git repos. Without it xwayland build with will failed.
Comment 1 Julien Cristau 2014-09-17 05:29:32 UTC
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.
Comment 2 Julien Cristau 2014-09-17 05:42:37 UTC
http://patchwork.freedesktop.org/patch/33559/
Comment 3 Adam Jackson 2018-06-11 21:48:33 UTC
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.