diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-03-22 16:48:56 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:55 +0100 |
commit | a35e5f3135206850fe40213f890724c37c571411 (patch) | |
tree | c996c7f728cb53b63b821f0e86fcacde30abeeaa /meson_options.txt | |
parent | 3a496afa0be8b3a8d5183ef549f7239d3381739a (diff) | |
download | gtk+-a35e5f3135206850fe40213f890724c37c571411.tar.gz |
meson: modules: add printbackends
The cups checks might not work properly everywhere yet,
since they don't use cups-config and parse the output yet.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index fe71ac39da..767be8f8fa 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -8,3 +8,11 @@ option('enable-mir-backend', type: 'boolean', value: 'false', description : 'Enable the Mir gdk backend (UNTESTED, NEEDS WORK)') option('enable-vulkan', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', description : 'Enable support for the Vulkan graphics API') +option('enable-test-print-backend', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'no', + description : 'Enable the test print backend') +option('enable-cups-print-backend', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', + description : 'Enable the CUPS print backend') +option('enable-papi-print-backend', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', + description : 'Enable the papi print backend') +option('enable-cloudprint-print-backend', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', + description : 'Enable the cloudprint print backend') |