diff options
author | Holger Paradies <retabell@gmx.de> | 2024-03-02 14:03:43 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-03-02 14:03:43 +0100 |
commit | 62abb49698694a04e8c57820093df42ab4695d51 (patch) | |
tree | e9aec6dff3f068e235e8a670cd309b4dcceaa10a /config/lists/base | |
parent | b2807fb0470ab65a1eec4a9d30afbe5b9addeb75 (diff) | |
download | kanotix-62abb49698694a04e8c57820093df42ab4695d51.zip kanotix-62abb49698694a04e8c57820093df42ab4695d51.tar.gz |
Rework printer driver
Diffstat (limited to 'config/lists/base')
-rw-r--r-- | config/lists/base | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/config/lists/base b/config/lists/base index 5fd8cd7..e59b026 100644 --- a/config/lists/base +++ b/config/lists/base @@ -123,32 +123,18 @@ nmap net-tools # print +#if DISTRIBUTION wheezy jessie stretch buster bullseye +#include <printer_driver_old> +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye cups-bsd cups-client foomatic-db-engine foomatic-db -#if DISTRIBUTION wheezy jessie stretch -foomatic-db-gutenprint -#endif -#if DISTRIBUTION wheezy jessie -cups-driver-gutenprint -#endif -#nif DISTRIBUTION wheezy jessie printer-driver-gutenprint -#endif -#if DISTRIBUTION squeeze -foo2zjs -#endif -#nif DISTRIBUTION squeeze -printer-driver-foo2zjs -#endif -#printconf -printer-driver-splix -#nif DISTRIBUTION squeeze wheezy -printer-driver-escpr -printer-driver-min12xxw -#endif +#include <printer_driver_all> libcups2 +#endif #if ARCHITECTURE amd64 libcups2:i386 #endif |