Sun Jan 24 10:28:30 2021 UTC ()
vte3: Suggest by default icu

Requested by terminator (py-terminator).


(kamil)
diff -r1.1 -r1.2 pkgsrc/x11/vte3/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/x11/vte3/options.mk (expand / switch to unified diff)

--- pkgsrc/x11/vte3/options.mk 2020/11/07 10:05:11 1.1
+++ pkgsrc/x11/vte3/options.mk 2021/01/24 10:28:30 1.2
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: options.mk,v 1.1 2020/11/07 10:05:11 nia Exp $ 1# $NetBSD: options.mk,v 1.2 2021/01/24 10:28:30 kamil Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.vte3 3PKG_OPTIONS_VAR= PKG_OPTIONS.vte3
4PKG_SUPPORTED_OPTIONS= icu 4PKG_SUPPORTED_OPTIONS= icu
 5PKG_SUGGESTED_OPTIONS= icu
5 6
6.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
7 8
8# 9#
9# Enable legacy charsets support. 10# Enable legacy charsets support.
10# 11#
11.if !empty(PKG_OPTIONS:Micu) 12.if !empty(PKG_OPTIONS:Micu)
12. include "../../textproc/icu/buildlink3.mk" 13. include "../../textproc/icu/buildlink3.mk"
13MESON_ARGS+= -Dicu=true 14MESON_ARGS+= -Dicu=true
14.else 15.else
15MESON_ARGS+= -Dicu=false 16MESON_ARGS+= -Dicu=false
16.endif 17.endif