summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/lxterminal/options.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/lxterminal/options.mk b/x11/lxterminal/options.mk
index 20d8c093151..d34272fecf4 100644
--- a/x11/lxterminal/options.mk
+++ b/x11/lxterminal/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2022/04/08 22:31:47 gutteridge Exp $
+# $NetBSD: options.mk,v 1.2 2022/04/09 00:37:02 gutteridge Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lxterminal
PKG_OPTIONS_REQUIRED_GROUPS+= toolkit
@@ -7,6 +7,9 @@ PKG_SUGGESTED_OPTIONS= gtk2
.include "../../mk/bsd.options.mk"
+# XXX there are issues using the GTK3 toolkit that don't manifest with
+# GTK2, so this needs investigation and reporting upstream. Basic
+# functionality works, but some specific menu options cause crashes.
.if !empty(PKG_OPTIONS:Mgtk3)
.include "../../x11/gtk3/buildlink3.mk"
.include "../../x11/vte029/buildlink3.mk"