mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +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
@@ -32,7 +32,7 @@ srcs_glx = [
|
||||
|
||||
libxserver_glx = []
|
||||
if build_glx
|
||||
libxserver_glx = static_library('libxserver_glx',
|
||||
libxserver_glx = static_library('xserver_glx',
|
||||
srcs_glx,
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
@@ -68,7 +68,7 @@ hdrs_vnd = [
|
||||
|
||||
libglxvnd = []
|
||||
if build_glx
|
||||
libglxvnd = static_library('libglxvnd',
|
||||
libglxvnd = static_library('glxvnd',
|
||||
srcs_vnd,
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
|
||||
Reference in New Issue
Block a user