summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-10-04 07:13:52 +0000
committerwiz <wiz@pkgsrc.org>2022-10-04 07:13:52 +0000
commitd7575a360984483b9c0c85a1e7da235af1a43383 (patch)
treed3227db08b10d50ada7e150cb365bfba88c3ebd9
parente8970848e7e9502e720c849ed6d9b197e5fb0688 (diff)
downloadpkgsrc-d7575a360984483b9c0c85a1e7da235af1a43383.tar.gz
cairo: turn off xcb on macOS too by default
since it implies x11
-rw-r--r--graphics/cairo/options.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/cairo/options.mk b/graphics/cairo/options.mk
index 397735d9533..ad18f34cdf2 100644
--- a/graphics/cairo/options.mk
+++ b/graphics/cairo/options.mk
@@ -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"