pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk3 Add Cups support, it is a requirement for des...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d79613de1e9
branches:  trunk
changeset: 309181:1d79613de1e9
user:      youri <youri%pkgsrc.org@localhost>
date:      Mon Jun 11 23:44:15 2018 +0000

description:
Add Cups support, it is a requirement for desktops in 2018.

diffstat:

 x11/gtk3/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dd5b6d475ba5 -r 1d79613de1e9 x11/gtk3/options.mk
--- a/x11/gtk3/options.mk       Mon Jun 11 23:43:40 2018 +0000
+++ b/x11/gtk3/options.mk       Mon Jun 11 23:44:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2018/03/07 11:57:34 wiz Exp $
+# $NetBSD: options.mk,v 1.12 2018/06/11 23:44:15 youri Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk3
 PKG_SUPPORTED_OPTIONS= gtk3-atk-bridge cups debug
@@ -7,7 +7,7 @@
 .if exists(/System/Library/Frameworks/Quartz.framework)
 PKG_OPTIONS_GROUP.gdk-target+= quartz
 .endif
-PKG_SUGGESTED_OPTIONS=         gtk3-atk-bridge x11
+PKG_SUGGESTED_OPTIONS=         gtk3-atk-bridge x11 cups
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index