sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
15
xserver/hw/xfree86/x86emu/meson.build
Normal file
15
xserver/hw/xfree86/x86emu/meson.build
Normal file
|
@ -0,0 +1,15 @@
|
|||
srcs_xorg_x86emu = [
|
||||
'debug.c',
|
||||
'decode.c',
|
||||
'fpu.c',
|
||||
'ops2.c',
|
||||
'ops.c',
|
||||
'prim_ops.c',
|
||||
'sys.c',
|
||||
]
|
||||
|
||||
xorg_x86emu = static_library('x86emu',
|
||||
srcs_xorg_x86emu,
|
||||
include_directories: [inc, xorg_inc],
|
||||
dependencies: common_dep,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue