git: 9f340e36d30d - main - audio/zrythm: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 02:12:59 UTC
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