mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
meson: Make vulkan and xinerama optional deps default to 'auto'
It is nicer for contributors to have a build that works by default. Distributors should be using -Dauto_features=enabled to get ride of automagic options.
This commit is contained in:
parent
6ae9f7e7c3
commit
ea3933b87a
@ -43,12 +43,12 @@ option('print',
|
||||
|
||||
option('vulkan',
|
||||
type: 'feature',
|
||||
value: 'enabled',
|
||||
value: 'auto',
|
||||
description : 'Enable support for the Vulkan graphics API')
|
||||
|
||||
option('xinerama',
|
||||
type: 'feature',
|
||||
value: 'enabled',
|
||||
value: 'auto',
|
||||
description : 'Enable support for the X11 Xinerama extension')
|
||||
|
||||
option('cloudproviders',
|
||||
|
Loading…
Reference in New Issue
Block a user