diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-09-09 20:02:02 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-09-09 20:02:02 +0000 |
commit | f4cd637056333396347f290a250f8727f2f1854c (patch) | |
tree | a1302b2894f3d37010edf59a5fa8eb3bba7bccc8 /meson.build | |
parent | 6e1e1991d5a376202bf4fca8a6f93d88e17f3131 (diff) | |
parent | 31a57fe389b82ba708cedf00848740e4df55d5d0 (diff) | |
download | gtk+-f4cd637056333396347f290a250f8727f2f1854c.tar.gz |
Merge branch 'drop-mir' into 'gtk-3-24'
Drop the mir backend
See merge request GNOME/gtk!1062
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 0029920675..21d62a39c4 100644 --- a/meson.build +++ b/meson.build @@ -131,7 +131,6 @@ wayland_enabled = get_option('wayland_backend') broadway_enabled = get_option('broadway_backend') quartz_enabled = get_option('quartz_backend') win32_enabled = get_option('win32_backend') -mir_enabled = get_option('mir_backend') os_unix = false os_linux = false @@ -911,7 +910,7 @@ gdk_pcs = ['gdk-3.0.pc'] pkg_targets = '' disabled_backends = [] -foreach backend: [ 'broadway', 'quartz', 'wayland', 'win32', 'x11', 'mir'] +foreach backend: [ 'broadway', 'quartz', 'wayland', 'win32', 'x11'] if get_variable('@0@_enabled'.format(backend)) gtk_pcs += ['gtk+-@0@-3.0.pc'.format(backend)] gdk_pcs += ['gdk-@0@-3.0.pc'.format(backend)] |