xlibre-xserver/hw/meson.build
Enrico Weigelt, metux IT consult ead8331996 kdrive: move ephyr build option check into kdrive's meson.build
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>
2025-08-04 12:57:16 +02:00

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