git: e6c926b80de4 - main - devel/libvirt-glib: fix typo in Meson option after f50787b7ef34
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Nov 2021 20:34:40 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6c926b80de4f40ed3d27c016ec4e43e2cd32d52 commit e6c926b80de4f40ed3d27c016ec4e43e2cd32d52 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-07 20:15:39 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-07 20:34:10 +0000 devel/libvirt-glib: fix typo in Meson option after f50787b7ef34 meson.build:1:0: ERROR: Unknown options: "vala" PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c --- devel/libvirt-glib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libvirt-glib/Makefile b/devel/libvirt-glib/Makefile index 1dc37dd54121..9adece77318f 100644 --- a/devel/libvirt-glib/Makefile +++ b/devel/libvirt-glib/Makefile @@ -21,7 +21,7 @@ OPTIONS_SUB= yes DOCS_MESON_ENABLED= docs DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc VALA_DESC= Vala binding -VALA_MESON_ENABLED= vala +VALA_MESON_ENABLED= vapi VALA_BUILD_DEPENDS= valac:lang/vala MESON_ARGS+= -Dintrospection=enabled