xserver

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

meson.build (348B)


      1 xorg_exa = shared_module('exa',
      2     'examodule.c',
      3     include_directories: [inc, xorg_inc],
      4     dependencies: common_dep,
      5     link_with: [libxserver_exa, e],
      6     c_args: xorg_c_args,
      7     install: true,
      8     install_dir: module_dir,
      9 )
     10 
     11 install_man(configure_file(
     12     input: 'man/exa.man',
     13     output: 'exa.4',
     14     configuration: manpage_config,
     15 ))