summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-07-05 10:52:31 -0500
committerPatrick Griffis <pgriffis@igalia.com>2021-07-05 10:52:31 -0500
commitc77ea5101e55b8690127beed14b26dd3520889b5 (patch)
tree749c983371055d430bc4bb550d99300ab884a7d8 /meson_options.txt
parent3e1214bda4b971756eacd5f1ddd1ff17830ff4db (diff)
downloadgtk+-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.txt2
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')