mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
It always had it's own lifecycle (not been part of Xorg releases), doesn't make sense to maintain a competing implementation that we won't use anyways. Once that's gone, we can also drop few things in core/dix that had been added just for xwayland only. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
24 lines
253 B
Meson
24 lines
253 B
Meson
if build_xephyr
|
|
subdir('kdrive')
|
|
endif
|
|
|
|
if build_xvfb
|
|
subdir('vfb')
|
|
endif
|
|
|
|
if build_xnest
|
|
subdir('xnest')
|
|
endif
|
|
|
|
if build_xorg
|
|
subdir('xfree86')
|
|
endif
|
|
|
|
if build_xquartz
|
|
subdir('xquartz')
|
|
endif
|
|
|
|
if build_xwin
|
|
subdir('xwin')
|
|
endif
|