18 lines
348 B
Meson
18 lines
348 B
Meson
libxserver_namespace = static_library(
|
|
'libxserver_namespace',
|
|
[
|
|
'config.c',
|
|
'hook-clientstate.c',
|
|
'hook-ext-access.c',
|
|
'hook-ext-dispatch.c',
|
|
'hook-init-rootwindow.c',
|
|
'hook-receive.c',
|
|
'hook-resource.c',
|
|
'hook-selection.c',
|
|
'hook-windowproperty.c',
|
|
'namespace.c',
|
|
],
|
|
include_directories: inc,
|
|
dependencies: common_dep,
|
|
)
|