mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 18:50:05 +01:00
XAA was the only consumer. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Acked-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Keith Packard <keithp@keithp.com>
8 lines
160 B
Makefile
8 lines
160 B
Makefile
SUBDIRS = sync damage shadow
|
|
if XQUARTZ
|
|
SUBDIRS += rootless
|
|
endif
|
|
if XWIN_MULTIWINDOWEXTWM
|
|
SUBDIRS += rootless
|
|
endif
|
|
DIST_SUBDIRS = sync damage shadow rootless
|