summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2020-11-18 10:26:19 -0500
committerMarge Bot <eric+marge@anholt.net>2020-12-03 22:36:27 +0000
commitdf0157dc697b858a3fa939dc6a938dd58c976bd2 (patch)
tree1a1a913bc4fb1bf0b9641ca81efac50be62cde6f /meson_options.txt
parent9a3aaffeb809e2bc11b828ee3ccbe66a01e9b8d6 (diff)
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fd9958f87a8..67fabb9473b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -290,6 +290,12 @@ option(
description : 'Build support for the Microsoft CLC to DXIL compiler'
)
option(
+ 'glvnd-vendor-name',
+ type : 'string',
+ value : 'mesa',
+ description : 'Vendor name string to use for glvnd libraries'
+)
+option(
'glx-read-only-text',
type : 'boolean',
value : false,