forked from AuroraMiddleware/gtk
152a25d099
Completely untested, might not even build.
11 lines
629 B
Meson
11 lines
629 B
Meson
option('enable-x11-backend', type: 'boolean', value: 'true',
|
|
description : 'Enable the X11 gdk backend')
|
|
option('enable-wayland-backend', type: 'boolean', value: 'true',
|
|
description : 'Enable the wayland gdk backend')
|
|
option('enable-broadway-backend', type: 'boolean', value: 'false',
|
|
description : 'Enable the broadway (HTML5) gdk backend')
|
|
option('enable-mir-backend', type: 'boolean', value: 'false',
|
|
description : 'Enable the Mir gdk backend (UNTESTED, NEEDS WORK)')
|
|
option('enable-vulkan', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
|
|
description : 'Enable support for the Vulkan graphics API')
|