mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
this was producing static libraries named "liblibsomething.a" Signed-off-by: dasha_uwu <dasha@linuxping.win>
14 lines
332 B
Meson
14 lines
332 B
Meson
srcs_miext_rootless = [
|
|
'rootlessCommon.c',
|
|
'rootlessGC.c',
|
|
'rootlessScreen.c',
|
|
'rootlessValTree.c',
|
|
'rootlessWindow.c',
|
|
]
|
|
|
|
libxserver_miext_rootless = static_library('xserver_miext_rootless',
|
|
srcs_miext_rootless,
|
|
include_directories: inc,
|
|
dependencies: common_dep,
|
|
)
|