summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-04-26 15:15:45 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-04-28 23:12:52 +0100
commit6bddf5489a0b443f78a4b31afffb59fc7b8a482a (patch)
tree3a104497d1e6611b8aca23a738adcb51d0f12de0
parentb4c45a1755599405c575b73e9902a6a9a474e15b (diff)
downloadgtk+-6bddf5489a0b443f78a4b31afffb59fc7b8a482a.tar.gz
build: Add Meson options for quartz/win32 backends
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f9a419dec4..55ea5382dc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,6 +8,10 @@ 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-win32-backend', type: 'boolean', value: 'false',
+ description : 'Enable the Windows gdk backend')
+option('enable-quartz-backend', type: 'boolean', value: 'false',
+ description : 'Enable the macOS gdk backend')
option('enable-vulkan', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
description : 'Enable support for the Vulkan graphics API')
option('enable-test-print-backend', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'no',