pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk3



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon Jun 11 23:44:15 UTC 2018

Modified Files:
        pkgsrc/x11/gtk3: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gtk3/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/gtk3/options.mk
diff -u pkgsrc/x11/gtk3/options.mk:1.11 pkgsrc/x11/gtk3/options.mk:1.12
--- pkgsrc/x11/gtk3/options.mk:1.11     Wed Mar  7 11:57:34 2018
+++ pkgsrc/x11/gtk3/options.mk  Mon Jun 11 23:44:15 2018
@@ -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 @@ PKG_OPTIONS_GROUP.gdk-target=   x11
 .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