xserver

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

meson.build (436B)


      1 libXquartzXpr = static_library('XquartzXpr',
      2     [
      3      'appledri.c',
      4      'dri.c',
      5      'driWrap.c',
      6      'xprAppleWM.c',
      7      'xprCursor.c',
      8      'xprEvent.c',
      9      'xprFrame.c',
     10      'xprScreen.c',
     11      'x-hash.c',
     12      'x-hook.c',
     13      'x-list.c',
     14     ],
     15     include_directories: [inc, '..', '../../../pseudoramiX', '../../../miext/rootless'],
     16     c_args: [bundle_id_def, '-DXQUARTZ'],
     17     dependencies: [xproto_dep, pixman_dep],
     18 )