mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 00:40:09 +01:00
13 lines
335 B
Meson
13 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,
|
|
)
|