pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtk2
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Oct 19 10:36:47 UTC 2022
Modified Files:
pkgsrc/x11/gtk2: options.mk
Log Message:
gtk2: Default to xquartz if available on macOS.
The x11 option does not currently work due to cairo:xlib.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/gtk2/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/gtk2/options.mk
diff -u pkgsrc/x11/gtk2/options.mk:1.18 pkgsrc/x11/gtk2/options.mk:1.19
--- pkgsrc/x11/gtk2/options.mk:1.18 Sun Nov 3 09:14:08 2019
+++ pkgsrc/x11/gtk2/options.mk Wed Oct 19 10:36:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2019/11/03 09:14:08 rillig Exp $
+# $NetBSD: options.mk,v 1.19 2022/10/19 10:36:47 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2
PKG_SUPPORTED_OPTIONS= cups debug
@@ -6,8 +6,10 @@ PKG_OPTIONS_REQUIRED_GROUPS= gdk-target
PKG_OPTIONS_GROUP.gdk-target= x11
.if exists(/System/Library/Frameworks/Quartz.framework)
PKG_OPTIONS_GROUP.gdk-target+= quartz
-.endif
+PKG_SUGGESTED_OPTIONS= quartz
+.else
PKG_SUGGESTED_OPTIONS= x11
+.endif
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index