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:   jperkin
Date:           Wed Oct 19 10:36:59 UTC 2022

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

Log Message:
gtk3: 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.23 -r1.24 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.23 pkgsrc/x11/gtk3/options.mk:1.24
--- pkgsrc/x11/gtk3/options.mk:1.23     Thu Aug 11 05:11:40 2022
+++ pkgsrc/x11/gtk3/options.mk  Wed Oct 19 10:36:59 2022
@@ -1,16 +1,19 @@
-# $NetBSD: options.mk,v 1.23 2022/08/11 05:11:40 gutteridge Exp $
+# $NetBSD: options.mk,v 1.24 2022/10/19 10:36:59 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk3
 PKG_SUPPORTED_OPTIONS+=        gtk3-atk-bridge cups debug
 PKG_SUPPORTED_OPTIONS+=        wayland x11
 .if exists(/System/Library/Frameworks/Quartz.framework)
 PKG_SUPPORTED_OPTIONS+=        quartz
+PKG_SUGGESTED_OPTIONS+=        quartz
+.else
+PKG_SUGGESTED_OPTIONS+=        x11
 .endif
 .include "../../devel/wayland/platform.mk"
 .if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
 PKG_SUGGESTED_OPTIONS+=        wayland
 .endif
-PKG_SUGGESTED_OPTIONS+=        gtk3-atk-bridge x11 cups
+PKG_SUGGESTED_OPTIONS+=        gtk3-atk-bridge cups
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index