diff options
author | Timm Bäder <mail@baedert.org> | 2016-09-20 12:13:28 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:51 +0100 |
commit | fe42d645ad04a730d735e8ff94d8a4aadd347de1 (patch) | |
tree | fce5925deafd39e684ad54d28494f9efebd70224 /meson_options.txt | |
parent | 81ffccf79f670e4f359cf16e13353b14f966d40e (diff) | |
download | gtk+-fe42d645ad04a730d735e8ff94d8a4aadd347de1.tar.gz |
meson: Build gtk3-demo
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 e8f8ee60e9..de17fcc351 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: 'false') +option('enable-broadway-backend', type: 'boolean', value: 'true') |