From 08bd7e95668138a73b058a7c71e109248a66b999 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 19 Oct 2022 10:36:59 +0000 Subject: gtk3: Default to xquartz if available on macOS. The x11 option does not currently work due to cairo:xlib. --- x11/gtk3/options.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/gtk3/options.mk b/x11/gtk3/options.mk index d228ded974c..2365869960c 100644 --- a/x11/gtk3/options.mk +++ b/x11/gtk3/options.mk @@ -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" -- cgit v1.2.3