pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cairo cairo: turn off xcb on macOS too by def...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ddb70e95b035
branches: trunk
changeset: 386247:ddb70e95b035
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Oct 04 07:13:52 2022 +0000
description:
cairo: turn off xcb on macOS too by default
since it implies x11
diffstat:
graphics/cairo/options.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r c2a0cd471206 -r ddb70e95b035 graphics/cairo/options.mk
--- a/graphics/cairo/options.mk Mon Oct 03 19:28:40 2022 +0000
+++ b/graphics/cairo/options.mk Tue Oct 04 07:13:52 2022 +0000
@@ -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+= 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