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/miext/rootless/meson.build

14 lines
335 B
Meson

srcs_miext_rootless = [
'rootlessCommon.c',
'rootlessGC.c',
'rootlessScreen.c',
'rootlessValTree.c',
'rootlessWindow.c',
]
libxserver_miext_rootless = static_library('libxserver_miext_rootless',
srcs_miext_rootless,
include_directories: inc,
dependencies: common_dep,
)