diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-02-05 07:46:01 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-02-05 07:50:17 +0100 |
commit | fd25a8cdf23577c4b3de6703a57f6996796c858c (patch) | |
tree | a25bfcd6c4bf61c0ec68b6d7666211b6503a411e /meson_options.txt | |
parent | 4abdc4368821880bc699ad963ed61d2e84c7b085 (diff) | |
download | gtk+-fd25a8cdf23577c4b3de6703a57f6996796c858c.tar.gz |
Drop the mir backend
Mir is in the process of switching over to the Wayland protocol,
so we don't need to maintain a separate backend, going forward.
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', |