mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
this was producing static libraries named "liblibsomething.a" Signed-off-by: dasha_uwu <dasha@linuxping.win>
11 lines
165 B
Meson
11 lines
165 B
Meson
srcs_record = [
|
|
'record.c',
|
|
'set.c',
|
|
]
|
|
|
|
libxserver_record = static_library('xserver_record',
|
|
srcs_record,
|
|
include_directories: inc,
|
|
dependencies: common_dep,
|
|
)
|