xserver/hw/meson.build
Michel Dänzer 1b9f41238d Drop Xephyr / kdrive DDX
(cherry picked from commit 9335ee7994)
2023-07-18 12:52:07 +00:00

7 lines
94 B
Meson

if get_option('xvfb')
subdir('vfb')
endif
if build_xwayland
subdir('xwayland')
endif