diff options
author | Timm Bäder <mail@baedert.org> | 2016-09-10 20:40:02 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:51 +0100 |
commit | 294ebd70b323e90770892f136e46ed50048279c7 (patch) | |
tree | 0e652bd57f40fd2dcb2fb3e321c9a95de3fa8a37 /meson_options.txt | |
parent | 41d019851c1583e490511c6abd27b8b6412d3dbd (diff) | |
download | gtk+-294ebd70b323e90770892f136e46ed50048279c7.tar.gz |
build: Generate wayland protocol files
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 28568a1e43..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: 'false') +option('enable-wayland-backend', type: 'boolean', value: 'true') option('enable-broadway-backend', type: 'boolean', value: 'false') |