mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 14:03:17 +00:00
As more kdrive-based servers are coming, it's time to refactor the meson structure a little bit, so all kdrive specific logic is in its own subdir. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
22 lines
227 B
Meson
22 lines
227 B
Meson
subdir('kdrive')
|
|
|
|
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
|