mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
treewide: remove "lib" prefix in static_library names (meson)
this was producing static libraries named "liblibsomething.a" Signed-off-by: dasha_uwu <dasha@linuxping.win>
This commit is contained in:
committed by
Enrico Weigelt, metux IT consult
parent
5d7be80305
commit
7c64a06ba4
@@ -37,7 +37,7 @@ hdrs_fb = [
|
||||
'wfbrename.h'
|
||||
]
|
||||
|
||||
libxserver_fb = static_library('libxserver_fb',
|
||||
libxserver_fb = static_library('xserver_fb',
|
||||
srcs_fb,
|
||||
include_directories: inc,
|
||||
dependencies: common_dep,
|
||||
@@ -46,7 +46,7 @@ libxserver_fb = static_library('libxserver_fb',
|
||||
|
||||
wfb_args = '-DFB_ACCESS_WRAPPER'
|
||||
|
||||
libxserver_wfb = static_library('libxserver_wfb',
|
||||
libxserver_wfb = static_library('xserver_wfb',
|
||||
srcs_fb,
|
||||
c_args: wfb_args,
|
||||
include_directories: inc,
|
||||
|
||||
Reference in New Issue
Block a user