mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-11 05:58:05 +02:00
(cherry picked from commit 9335ee7994)
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1483>
7 lines
94 B
Meson
7 lines
94 B
Meson
if get_option('xvfb')
|
|
subdir('vfb')
|
|
endif
|
|
|
|
if build_xwayland
|
|
subdir('xwayland')
|
|
endif
|