summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-04-09 00:37:02 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-04-09 00:37:02 +0000
commit82db62e0c5198eca10718b25c2a7a91aece58f54 (patch)
tree6141c28c27170fd9334842645b779aaf2124985b /x11
parent42bf7c3b8dacdd90f3bc5d17cff9ba4b68cf7504 (diff)
downloadpkgsrc-82db62e0c5198eca10718b25c2a7a91aece58f54.tar.gz
lxterminal: add a note that there are some issues with GTK3
Diffstat (limited to 'x11')
-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"