mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +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',
|
option('vulkan',
|
||||||
type: 'feature',
|
type: 'feature',
|
||||||
value: 'enabled',
|
value: 'auto',
|
||||||
description : 'Enable support for the Vulkan graphics API')
|
description : 'Enable support for the Vulkan graphics API')
|
||||||
|
|
||||||
option('xinerama',
|
option('xinerama',
|
||||||
type: 'feature',
|
type: 'feature',
|
||||||
value: 'enabled',
|
value: 'auto',
|
||||||
description : 'Enable support for the X11 Xinerama extension')
|
description : 'Enable support for the X11 Xinerama extension')
|
||||||
|
|
||||||
option('cloudproviders',
|
option('cloudproviders',
|
||||||
|
Loading…
Reference in New Issue
Block a user