git: 940784dbb799 - main - net-im/libnice-gst1: drop unused Meson options after 3367f62c42b8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 16:56:16 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=940784dbb799c3a52315705fb751294c47ed667b commit 940784dbb799c3a52315705fb751294c47ed667b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-10-13 16:16:31 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-10-13 16:52:55 +0000 net-im/libnice-gst1: drop unused Meson options after 3367f62c42b8 meson.build:1:0: ERROR: Unknown options: "gst_version" PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c --- net-im/libnice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 57614ec4d46e..940e4f7ca48b 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -29,7 +29,7 @@ MESON_ARGS+=-Dtests=disabled .if defined(LIBNICE_SLAVE) USE_GSTREAMER1= yes -MESON_ARGS+=-Dgstreamer=enabled -Dgst_version=1.0 +MESON_ARGS+=-Dgstreamer=enabled .else MESON_ARGS+=-Dgstreamer=disabled -Dgtk_doc=enabled .endif