diff options
| author | Matt Turner <mattst88@gmail.com> | 2025-08-04 17:31:00 +0000 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-08-07 16:22:37 +0000 |
| commit | eb6f6c1976133f5a7fb65c445784550967836229 (patch) | |
| tree | 8756fd53c5e47977577fb503f7636ac577ab809e /meson.options | |
| parent | d476a8c07b5ababa94b6f02cb4b0a71f0d6c5caf (diff) | |
meson: Allow controlling perfetto fallback
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36561>
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.options b/meson.options index c28321c25aa..1e394aade9a 100644 --- a/meson.options +++ b/meson.options @@ -832,9 +832,9 @@ option( option( 'allow-fallback-for', type : 'array', - value : [], + value : ['perfetto'], choices : [ - 'libdrm', + 'libdrm', 'perfetto', ], description : 'Allows the fallback mechanism if the dependency is not available on the system, or too old.' ) |