1a66cad3fb
Tested by bru@, jsg@ and others
13 lines
232 B
Meson
13 lines
232 B
Meson
srcs_xorg_xkb = [
|
|
'xkbVT.c',
|
|
'xkbPrivate.c',
|
|
'xkbKillSrv.c',
|
|
]
|
|
|
|
xorg_xkb = static_library('xorg_xkb',
|
|
srcs_xorg_xkb,
|
|
include_directories: [inc, xorg_inc],
|
|
dependencies: common_dep,
|
|
c_args: xorg_c_args,
|
|
)
|