Bug 83960 - drm.xml file missing in xorg-server-1.16.0.901.tar.bz2
Summary: drm.xml file missing in xorg-server-1.16.0.901.tar.bz2
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Julien Cristau
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2014-09-17 02:54 UTC by bingquick
Modified: 2018-06-11 21:48 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.