glx: make it more obvious what libglapi_bridge is
Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33634>
This commit is contained in:
@@ -67,9 +67,7 @@ libglapi_bridge = static_library(
|
||||
build_by_default : false,
|
||||
)
|
||||
|
||||
if with_shared_glapi
|
||||
libglapi_static = libglapi_bridge
|
||||
else
|
||||
if not with_shared_glapi
|
||||
libglapi_static = static_library(
|
||||
'glapi_static',
|
||||
static_glapi_files,
|
||||
|
||||
Reference in New Issue
Block a user