Don't mention papi in options docs

The papi print backend has been removed.
This commit is contained in:
Matthias Clasen 2018-02-24 01:02:17 -05:00
parent 79bd123911
commit e6bf832514

View File

@ -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')