meson: Make the glvnd vendor name configurable
Leave the default as "mesa", but this enables parallel Mesa installs. Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7674>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"file_format_version" : "1.0.0",
|
||||
"ICD" : {
|
||||
"library_path" : "libEGL_mesa.so.0"
|
||||
"library_path" : "libEGL_@glvnd_vendor_name@.so.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user