1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

x11-toolkits/girara: chase Meson option name after 7ab84affb0

meson.build:1:0: ERROR: Unknown options: "enable-json, enable-notify"

https://git.pwmt.org/pwmt/girara/-/commit/281011a18772

PR:		259080
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
This commit is contained in:
Jan Beich 2021-11-03 08:37:09 +00:00
parent 3168fd53e4
commit 9a19d0e657

View File

@ -22,12 +22,12 @@ JSONC_DESC= Support json configuration dump
OPTIONS_SUB= yes
JSONC_LIB_DEPENDS= libjson-c.so:devel/json-c
JSONC_MESON_TRUE= enable-json
JSONC_MESON_ENABLED= json
NLS_USES= gettext
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_MESON_TRUE= enable-notify
NOTIFY_MESON_ENABLED= notify
post-patch-NLS-off: .SILENT
${REINPLACE_CMD} -e "/subdir('po')/d" \