1if get_option('xephyr')
2    subdir('kdrive')
3endif
4
5if get_option('dmx')
6    subdir('dmx')
7endif
8
9if get_option('xvfb')
10    subdir('vfb')
11endif
12
13if build_xnest
14    subdir('xnest')
15endif
16
17if build_xorg
18    subdir('xfree86')
19endif
20
21if build_xquartz
22    subdir('xquartz')
23endif
24
25if build_xwayland
26    subdir('xwayland')
27endif
28
29if build_xwin
30    subdir('xwin')
31endif
32