pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cairo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 24 07:15:14 UTC 2022

Modified Files:
        pkgsrc/graphics/cairo: options.mk

Log Message:
cairo: if quartz is found, prefer it to x11

(cairo-quartz is needed by gtk4)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/cairo/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/graphics/cairo/options.mk
diff -u pkgsrc/graphics/cairo/options.mk:1.21 pkgsrc/graphics/cairo/options.mk:1.22
--- pkgsrc/graphics/cairo/options.mk:1.21       Tue May 25 09:08:10 2021
+++ pkgsrc/graphics/cairo/options.mk    Sat Sep 24 07:15:14 2022
@@ -1,11 +1,14 @@
-# $NetBSD: options.mk,v 1.21 2021/05/25 09:08:10 thor Exp $
+# $NetBSD: options.mk,v 1.22 2022/09/24 07:15:14 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.cairo
 PKG_SUPPORTED_OPTIONS= x11 xcb
 .if exists(/System/Library/Frameworks/Quartz.framework)
 PKG_SUPPORTED_OPTIONS+=        quartz
+PKG_SUGGESTED_OPTIONS+=        quartz
+.else
+PKG_SUGGESTED_OPTIONS= x11
 .endif
-PKG_SUGGESTED_OPTIONS= x11 xcb
+PKG_SUGGESTED_OPTIONS+=        xcb
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index