diff options
author | Patrick Griffis <pgriffis@igalia.com> | 2021-07-05 10:52:31 -0500 |
---|---|---|
committer | Patrick Griffis <pgriffis@igalia.com> | 2021-07-05 10:52:31 -0500 |
commit | c77ea5101e55b8690127beed14b26dd3520889b5 (patch) | |
tree | 749c983371055d430bc4bb550d99300ab884a7d8 /meson_options.txt | |
parent | 3e1214bda4b971756eacd5f1ddd1ff17830ff4db (diff) | |
download | gtk+-c77ea5101e55b8690127beed14b26dd3520889b5.tar.gz |
Remove Google Cloud Print backend
This service was shut down at the start of 2021
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 4f605b41ba..1ca55b1467 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -22,7 +22,7 @@ option('tracker3', type: 'boolean', value: false, # Print backends option('print_backends', type : 'string', value : 'auto', - description : 'Build the specified print backends (comma-separated list, any of "cloudprint,cups,file,lpr,papi,test" or "auto")') + description : 'Build the specified print backends (comma-separated list, any of "cups,file,lpr,papi,test" or "auto")') option('colord', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', description : 'Build colord support for the CUPS printing backend') |