summaryrefslogtreecommitdiff
path: root/x11/gtk3
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2020-01-06 05:08:42 +0000
committerryoon <ryoon@pkgsrc.org>2020-01-06 05:08:42 +0000
commitc462e685f822930cf307c54cada0f398659418f2 (patch)
tree3f43b6f744b08c3744e8b45b0b401a3426acf84e /x11/gtk3
parent90cbd90f99c4695ce9bfb72bae7d18950a175693 (diff)
downloadpkgsrc-c462e685f822930cf307c54cada0f398659418f2.tar.gz
gtk3: Do not overwrite suggested options to enable wayland support
Diffstat (limited to 'x11/gtk3')
-rw-r--r--x11/gtk3/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk3/options.mk b/x11/gtk3/options.mk
index ea9cc2c7e39..6612f25aed9 100644
--- a/x11/gtk3/options.mk
+++ b/x11/gtk3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2020/01/05 17:55:22 nia Exp $
+# $NetBSD: options.mk,v 1.17 2020/01/06 05:08:42 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3
PKG_SUPPORTED_OPTIONS+= gtk3-atk-bridge cups debug
@@ -10,7 +10,7 @@ PKG_SUPPORTED_OPTIONS+= quartz
.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
PKG_SUGGESTED_OPTIONS+= wayland
.endif
-PKG_SUGGESTED_OPTIONS= gtk3-atk-bridge x11
+PKG_SUGGESTED_OPTIONS+= gtk3-atk-bridge x11
.include "../../mk/bsd.options.mk"