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:           Tue Oct  4 07:13:52 UTC 2022

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

Log Message:
cairo: turn off xcb on macOS too by default

since it implies x11


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/graphics/cairo/options.mk:1.23
--- pkgsrc/graphics/cairo/options.mk:1.22       Sat Sep 24 07:15:14 2022
+++ pkgsrc/graphics/cairo/options.mk    Tue Oct  4 07:13:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2022/09/24 07:15:14 wiz Exp $
+# $NetBSD: options.mk,v 1.23 2022/10/04 07:13:52 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.cairo
 PKG_SUPPORTED_OPTIONS= x11 xcb
@@ -6,9 +6,8 @@ PKG_SUPPORTED_OPTIONS=  x11 xcb
 PKG_SUPPORTED_OPTIONS+=        quartz
 PKG_SUGGESTED_OPTIONS+=        quartz
 .else
-PKG_SUGGESTED_OPTIONS= x11
+PKG_SUGGESTED_OPTIONS= x11 xcb
 .endif
-PKG_SUGGESTED_OPTIONS+=        xcb
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index