mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 07:30:08 +01:00
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>
(cherry picked from commit af40913797)
This commit is contained in:
parent
3ce47886c5
commit
b501462e5d
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,6 @@ nodist_Xwayland_SOURCES = \
|
|||
|
||||
CLEANFILES = $(nodist_Xwayland_SOURCES)
|
||||
|
||||
EXTRA_DIST = drm.xml
|
||||
|
||||
xwayland-glamor.c : $(nodist_Xwayland_SOURCES)
|
||||
|
||||
glamor_lib = $(top_builddir)/glamor/libglamor.la
|
||||
|
|
@ -48,6 +46,8 @@ glamor_lib = $(top_builddir)/glamor/libglamor.la
|
|||
Xwayland_LDADD += $(GLAMOR_LIBS) $(GBM_LIBS) -lEGL -lGL
|
||||
endif
|
||||
|
||||
EXTRA_DIST = drm.xml
|
||||
|
||||
|
||||
relink:
|
||||
$(AM_V_at)rm -f Xwayland$(EXEEXT) && $(MAKE) Xwayland$(EXEEXT)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue