xserver

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

meson.build (318B)


      1 srcs_miext_damage = [
      2 	'damage.c',
      3 ]
      4 
      5 hdrs_miext_damage = [
      6 	'damage.h',
      7 	'damagestr.h',
      8 ]
      9 
     10 libxserver_miext_damage = static_library('libxserver_miext_damage',
     11 	srcs_miext_damage,
     12 	include_directories: inc,
     13 	dependencies: common_dep,
     14 )
     15 
     16 if build_xorg
     17     install_data(hdrs_miext_damage, install_dir: xorgsdkdir)
     18 endif