summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFaith Ekstrand <faith.ekstrand@collabora.com>2023-08-03 18:32:45 -0500
committerMarge Bot <emma+marge@anholt.net>2023-08-04 21:32:07 +0000
commit8c62b3938a89a60baf56ebdbfb6b85157993ab2a (patch)
tree5234739b936ce71557827946e34d2b584be9da33 /meson_options.txt
parentb2fe4c772953cbce27df46e0368f160e5a0be820 (diff)
nvk: Enable the new UAPI
We also add a meson option to disable it and re-enable the legacy API. This code probably won't last long but it gives developers the option. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f940b4b51c8..512e05d1eef 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -671,3 +671,10 @@ option (
value : 'disabled',
description: 'Enable Intel Xe KMD support.'
)
+
+option(
+ 'nvk-legacy-uapi',
+ type : 'boolean',
+ value : 'false',
+ description : 'Build support for legacy kernel uAPI.'
+)