mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-23 23:30:02 +00:00
this was producing static libraries named "liblibsomething.a" Signed-off-by: dasha_uwu <dasha@linuxping.win>
6 lines
146 B
Meson
6 lines
146 B
Meson
libxserver_pseudoramix = static_library('xserver_pseudoramiX',
|
|
'pseudoramiX.c',
|
|
include_directories: inc,
|
|
dependencies: common_dep,
|
|
)
|