xserver

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

meson.build (335B)


      1 srcs_miext_rootless = [
      2         'rootlessCommon.c',
      3         'rootlessGC.c',
      4         'rootlessScreen.c',
      5         'rootlessValTree.c',
      6         'rootlessWindow.c',
      7 ]
      8 
      9 libxserver_miext_rootless = static_library('libxserver_miext_rootless',
     10         srcs_miext_rootless,
     11         include_directories: inc,
     12         dependencies: common_dep,
     13 )