xserver

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

meson.build (202B)


      1 libcglcore = static_library('CGLCore',
      2      ['indirect.c', 'capabilities.c', 'visualConfigs.c'],
      3      include_directories: [inc, glx_inc, '..', '../xpr'],
      4      dependencies: [xproto_dep, pixman_dep],
      5 )