diff options
author | Wolfgang Müller | 2021-07-29 10:40:49 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-07-29 10:40:49 +0200 |
commit | 7be1d990f6c75e01c500322380dfdee8ec22d077 (patch) | |
tree | c3f02930e39d651965b336c917e75f27be124849 /service-cups/package.use/20-service-cups | |
parent | b282156935b57910ba22e1948d7ff70edc4098e1 (diff) | |
download | portage-roles-7be1d990f6c75e01c500322380dfdee8ec22d077.tar.gz |
service-cups: Enable 'cups' USE flag for x11-libs/gtk+
The 'cups' USE flag for gtk+ enables several functions related to
printing and the GTK print dialog. Without it, printing from GTK apps is
impossible.
Even though service-cups in its core is only supposed to provide the
cups daemon itself, it makes sense to enable cups support for gtk+ here
if it happens that the service is also installed on a desktop PC (which
it most likely will be for single-user setups).
Diffstat (limited to 'service-cups/package.use/20-service-cups')
-rw-r--r-- | service-cups/package.use/20-service-cups | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service-cups/package.use/20-service-cups b/service-cups/package.use/20-service-cups index 7899c82..f166106 100644 --- a/service-cups/package.use/20-service-cups +++ b/service-cups/package.use/20-service-cups @@ -1,4 +1,5 @@ net-print/cups -X +x11-libs/gtk+ cups # needed for net-print/cups app-text/ghostscript-gpl cups |