diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5c89e9df3b..5d98ba5242 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,8 +6,6 @@ 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-win32-backend', type: 'boolean', value: 'false', description : 'Enable the Windows gdk backend') option('enable-quartz-backend', type: 'boolean', value: 'false', |