Files
xenocara/xserver/hw/meson.build
matthieu 8c4424dd36 Add back the meson build system to xserver.
Not having those file only create noise when merging upstream releases.
2023-01-22 09:21:08 +00:00

24 lines
269 B
Meson

if get_option('xephyr')
subdir('kdrive')
endif
if get_option('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