mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
11 lines
193 B
Meson
11 lines
193 B
Meson
srcs_xorg_i2c = [
|
|
'xf86i2c.c'
|
|
]
|
|
|
|
xorg_i2c = static_library('xorg_i2c',
|
|
srcs_xorg_i2c,
|
|
include_directories: [inc, xorg_inc],
|
|
dependencies: common_dep,
|
|
c_args: xorg_c_args,
|
|
)
|