diff options
author | Timm Bäder <mail@baedert.org> | 2016-08-21 17:16:03 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:50 +0100 |
commit | 7fff2901aa68198aeb0042836f89d2ed843d8248 (patch) | |
tree | 20216f0a3e5d9b63cd49917ba4751f18fba8e478 /meson_options.txt | |
parent | 5475768d3278acba21574aad394f598e52c53c14 (diff) | |
download | gtk+-7fff2901aa68198aeb0042836f89d2ed843d8248.tar.gz |
meson: Add options for x/wayland/broadway backends
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000000..28568a1e43 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,3 @@ +option('enable-x11-backend', type: 'boolean', value: 'true') +option('enable-wayland-backend', type: 'boolean', value: 'false') +option('enable-broadway-backend', type: 'boolean', value: 'false') |