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:
Marek Olšák
2025-02-21 01:04:03 -05:00
committed by Marge Bot
parent 71bb62e3c9
commit 906dcb56e1
5 changed files with 13 additions and 7 deletions
+1 -3
View File
@@ -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,