You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xserver/hw/xfree86/xkb/meson.build

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,
)