meson: remove with_shared_glapi variable (it's always true)

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33794>
This commit is contained in:
Marek Olšák
2025-03-03 15:39:31 -05:00
committed by Marge Bot
parent fde53ac020
commit fefb1a6fb3
10 changed files with 16 additions and 66 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ libglapi_bridge = static_library(
build_by_default : false,
)
if not with_shared_glapi
if false
libglapi_static = static_library(
'glapi_static',
static_glapi_files,
+1 -5
View File
@@ -147,8 +147,4 @@ glapi_xml_py_deps = files(
)
subdir('glapi')
if with_shared_glapi
subdir('shared-glapi')
else
libglapi = []
endif
subdir('shared-glapi')