mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
meson: always define libglapi
This allows the identifier to be used even if shared-glapi isn't build, which simplifies a bunch of things. Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
a381dbf253
commit
f1d5f2aff3
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ mapi_abi_py = files('mapi_abi.py')
|
|||
subdir('glapi')
|
||||
if with_shared_glapi
|
||||
subdir('shared-glapi')
|
||||
else
|
||||
libglapi = []
|
||||
endif
|
||||
if not with_glvnd
|
||||
if with_gles1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue