summaryrefslogblamecommitdiffstats
path: root/printer/cups-filters/CONFIGURE
blob: ef8690d5fdfe150d7071fc96330532986affb212 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                   
. $GRIMOIRE/FUNCTIONS &&
config_query_option CPF_OPTS 'enable driverless printing' y \
            '--enable-driverless' \
            '--disable-driverless'
if list_find "$CPF_OPTS" '--enable-driverless';then
  config_query_option CPF_OPTS 'enable automatic setup of IPP network printers' n \
            '--enable-auto-setup-driverless' \
            '--disable-auto-setup-driverless'
fi