diff options
author | Timm Bäder <mail@baedert.org> | 2016-09-20 16:34:33 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:51 +0100 |
commit | 9e0c74b513b329976ebdc1b00b72539a1340b60a (patch) | |
tree | daf8a4fc38e7b53725f628aaab5361a0c42264b3 /meson_options.txt | |
parent | 2144b776b2f3190e3977d47786ca16465fb5c6a4 (diff) | |
download | gtk+-9e0c74b513b329976ebdc1b00b72539a1340b60a.tar.gz |
meson: Disable broadway build
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index de17fcc351..e8f8ee60e9 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,3 @@ option('enable-x11-backend', type: 'boolean', value: 'true') option('enable-wayland-backend', type: 'boolean', value: 'true') -option('enable-broadway-backend', type: 'boolean', value: 'true') +option('enable-broadway-backend', type: 'boolean', value: 'false') |