diff options
author | Benjamin Otte <otte@redhat.com> | 2021-04-01 18:08:19 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-20 14:00:25 -0400 |
commit | 4d5dc18a575ce76b5f2469832c8d0d805b355bd9 (patch) | |
tree | 18adf9b6b14c0b4bc39e7beaeb493ec3d1927c25 /meson_options.txt | |
parent | 9f6fb161e2f8dfea0e99abf98d2f39adeb994b56 (diff) | |
download | gtk+-4d5dc18a575ce76b5f2469832c8d0d805b355bd9.tar.gz |
build: disable Vulkan by default
We don't want people to build Vulkan support when they just want to get
GTK built.
This is in particular true for GTK as a CI subproject or for people
using jhbuild.
Worse, just having Vulkan support compiled in tends to cause crashes
in the Inspector, even if you are not using it.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 2223cb7964..3a471a2025 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -50,8 +50,8 @@ option('print-cups', option('vulkan', type: 'feature', - value: 'auto', - description : 'Enable support for the Vulkan graphics API') + value: 'disabled', + description : 'Enable support for the experimental Vulkan graphics API') option('xinerama', type: 'feature', |