Date: Thu, 30 Mar 2023 02:12:59 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f340e36d30d - main - audio/zrythm: unbreak with --auto-features=enabled Message-ID: <202303300212.32U2Cx8d062492@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f340e36d30d93f8f4c829aef17381956b6ee39d commit 9f340e36d30d93f8f4c829aef17381956b6ee39d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-30 01:42:17 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-30 02:11:56 +0000 audio/zrythm: unbreak with --auto-features=enabled meson.build:1193:0: ERROR: Dependency "lsp-dsp-lib" not found, tried pkgconfig PR: 270361 Reported by: antoine (via exp-run) --- audio/zrythm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index fe7819b3f2b6..568b537fffaa 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -55,6 +55,7 @@ USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 libxml2 pango USE_XORG= x11 SHEBANG_FILES= scripts/collect_translatables.sh +MESON_ARGS= -Dlsp_dsp=disabled GLIB_SCHEMAS= org.zrythm.Zrythm.gschema.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303300212.32U2Cx8d062492>