summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2021-06-14 13:09:45 +1000
committerMarge Bot <eric+marge@anholt.net>2021-06-23 06:42:24 +0000
commit17a1cc616371d5239498386fa6850df536ad1fe4 (patch)
treeac8dc0e020fcef08aa124ad6577262d71a86bccf /meson_options.txt
parentec7e26234901359a694b54f72e7ac78f00b6ab60 (diff)
meson/crocus: add prefer-crocus option.
This just allows picking crocus without having to set the env var. Acked-by: Alyssa Rosenzweig <alyssa@collabora.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11353>
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 1e0986b5eba..42ea224c95a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -445,6 +445,12 @@ option(
value : true,
description : 'Prefer new Intel iris driver over older i965 driver'
)
+option(
+ 'prefer-crocus',
+ type : 'boolean',
+ value : false,
+ description : 'Prefer new crocus driver over older i965 driver for gen4-7'
+)
option('egl-lib-suffix',
type : 'string',
value : '',