pkgsrc/x11/vte3/options.mk
kamil 6bc5a28337 vte3: Suggest by default icu
Requested by terminator (py-terminator).
2021-01-24 10:28:30 +00:00

17 lines
361 B
Makefile

# $NetBSD: options.mk,v 1.2 2021/01/24 10:28:30 kamil Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vte3
PKG_SUPPORTED_OPTIONS= icu
PKG_SUGGESTED_OPTIONS= icu
.include "../../mk/bsd.options.mk"
#
# Enable legacy charsets support.
#
.if !empty(PKG_OPTIONS:Micu)
. include "../../textproc/icu/buildlink3.mk"
MESON_ARGS+= -Dicu=true
.else
MESON_ARGS+= -Dicu=false
.endif