xserver

xserver with xephyr scale patch
git clone https://git.neptards.moe/u3shit/xserver.git
Log | Files | Refs | README | LICENSE

meson.build (269B)


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