mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Adding data structure and initial data for namespace configuration. Built-in namespaces are ROOT and ANONYMOUS. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
10 lines
158 B
Meson
10 lines
158 B
Meson
libxserver_namespace = static_library(
|
|
'libxserver_namespace',
|
|
[
|
|
'config.c',
|
|
'namespace.c',
|
|
],
|
|
include_directories: inc,
|
|
dependencies: common_dep,
|
|
)
|