mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 14:03:17 +00:00
this was producing static libraries named "liblibsomething.a" Signed-off-by: dasha_uwu <dasha@linuxping.win>
11 lines
152 B
Meson
11 lines
152 B
Meson
srcs_dbe = [
|
|
'dbe.c',
|
|
'midbe.c',
|
|
]
|
|
|
|
libxserver_dbe = static_library('xserver_dbe',
|
|
srcs_dbe,
|
|
include_directories: inc,
|
|
dependencies: common_dep,
|
|
)
|