egl/meson: reuse existing glvnd_vendor_name variable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35652>
This commit is contained in:
Eric Engestrom 2025-06-20 10:59:07 +02:00 committed by Marge Bot
parent b5b49dcfd7
commit 2e8d14406f

View file

@ -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,