summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-24 01:02:17 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-02-24 21:31:52 -0500
commite6bf832514c04a224c799413bdac7489c7fe9186 (patch)
tree6e482ea208a83446660b3b4a76bfaaf0862fa31b /meson_options.txt
parent79bd12391191e096c68b6b6977e2bd44cee9ee13 (diff)
downloadgtk+-e6bf832514c04a224c799413bdac7489c7fe9186.tar.gz
Don't mention papi in options docs
The papi print backend has been removed.
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 896347e10b..0c34a1fdbb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -19,7 +19,7 @@ option('cloudproviders', type: 'boolean', value: false,
description : 'Enable the cloudproviders support')
# Print backends
-option('print-backends', type : 'string', value : 'cups,papi',
+option('print-backends', type : 'string', value : 'cups,file',
description : 'Build the specified print backends (comma-separated list, "all", or "none")')
option('colord', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
description : 'Build colord support for the CUPS printing backend')