mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 07:00:03 +01:00
7 lines
94 B
Meson
7 lines
94 B
Meson
if get_option('xvfb')
|
|
subdir('vfb')
|
|
endif
|
|
|
|
if build_xwayland
|
|
subdir('xwayland')
|
|
endif
|