Tweak the vulkan option description
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Aug 2022 12:27:24 +0000 (08:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 23 Aug 2022 12:27:24 +0000 (08:27 -0400)
The thing that is experimental is our renderer,
not the vulkan API.

meson_options.txt

index 2084ab86e15c607c39935e7bb656f97499a37d29..c1df7478eb71c8ddf8032a8e5646a19f0a69183c 100644 (file)
@@ -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',