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/ddc/meson.build
Normal file
15
xserver/hw/xfree86/ddc/meson.build
Normal file
|
@ -0,0 +1,15 @@
|
|||
srcs_xorg_ddc = [
|
||||
'ddc.c',
|
||||
'interpret_edid.c',
|
||||
'print_edid.c',
|
||||
'ddcProperty.c',
|
||||
]
|
||||
|
||||
xorg_ddc = static_library('xorg_ddc',
|
||||
srcs_xorg_ddc,
|
||||
include_directories: [inc, xorg_inc],
|
||||
dependencies: common_dep,
|
||||
c_args: xorg_c_args,
|
||||
)
|
||||
|
||||
install_data(['edid.h', 'xf86DDC.h'], install_dir: xorgsdkdir)
|
Loading…
Add table
Add a link
Reference in a new issue