xserver

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

meson.build (282B)


      1 shared_module('shadowfb',
      2     [ 'shadowfb.c', 'sfbmodule.c'],
      3     include_directories: [ inc, xorg_inc ],
      4     dependencies: common_dep,
      5     c_args: xorg_c_args,
      6     install: true,
      7     install_dir: module_dir,
      8     link_with: e,
      9 )
     10 
     11 install_data('shadowfb.h', install_dir: xorgsdkdir)