mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 05:50:04 +01:00
DIST_SUBDIRS needs to include glamor, even if it isn't built
Otherwise, glamor won't get cleaned for 'make distclean' Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
783991b1be
commit
72237e0908
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ DIST_SUBDIRS = \
|
||||||
composite \
|
composite \
|
||||||
glx \
|
glx \
|
||||||
exa \
|
exa \
|
||||||
$(GLAMOR_DIR) \
|
glamor \
|
||||||
config \
|
config \
|
||||||
dri3 \
|
dri3 \
|
||||||
present \
|
present \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue