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
|
@ -111,7 +111,7 @@ DIST_SUBDIRS = \
|
||||||
composite \
|
composite \
|
||||||
glx \
|
glx \
|
||||||
exa \
|
exa \
|
||||||
$(GLAMOR_DIR) \
|
glamor \
|
||||||
config \
|
config \
|
||||||
dri3 \
|
dri3 \
|
||||||
present \
|
present \
|
||||||
|
|
Loading…
Reference in New Issue