meson.build revision ed6184df
1if get_option('xephyr')
2    subdir('kdrive')
3endif
4
5if get_option('xvfb')
6    subdir('vfb')
7endif
8
9if build_xnest
10    subdir('xnest')
11endif
12
13if build_xorg
14    subdir('xfree86')
15endif
16
17if build_xquartz
18    subdir('xquartz')
19endif
20
21if build_xwin
22    subdir('xwin')
23endif
24