From aa0f564aa13cd2451fa9fe246c5ea90aa368cf09 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Aug 2022 08:27:24 -0400 Subject: [PATCH] Tweak the vulkan option description The thing that is experimental is our renderer, not the vulkan API. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 2084ab86e1..c1df7478eb 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -51,7 +51,7 @@ option('print-cups', option('vulkan', type: 'feature', value: 'disabled', - description : 'Enable support for the experimental Vulkan graphics API') + description : 'Enable support for the experimental Vulkan renderer') option('cloudproviders', type: 'feature', -- 2.30.2