xserver/hw/meson.build
2024-04-12 10:40:05 +02:00

7 lines
94 B
Meson

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