xserver

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

meson.build (261B)


      1 srcs_xorg_x86emu = [
      2     'debug.c',
      3     'decode.c',
      4     'fpu.c',
      5     'ops2.c',
      6     'ops.c',
      7     'prim_ops.c',
      8     'sys.c',
      9 ]
     10 
     11 xorg_x86emu = static_library('x86emu',
     12     srcs_xorg_x86emu,
     13     include_directories: [inc, xorg_inc],
     14     dependencies: common_dep,
     15 )