mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 04:30:37 +02:00
egl/meson: reuse existing glvnd_vendor_name variable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35652>
This commit is contained in:
parent
b5b49dcfd7
commit
2e8d14406f
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ else
|
|||
files_egl += [g_egldispatchstubs_h, g_egldispatchstubs_c]
|
||||
files_egl += files('main/eglglvnd.c', 'main/egldispatchstubs.c')
|
||||
configure_file(
|
||||
configuration: {'glvnd_vendor_name' : get_option('glvnd-vendor-name')},
|
||||
configuration: {'glvnd_vendor_name' : glvnd_vendor_name},
|
||||
input : 'main/50_mesa.json',
|
||||
output: '50_@0@.json'.format(glvnd_vendor_name),
|
||||
install : true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue