diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-03-30 01:42:17 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-03-30 02:11:56 +0000 |
commit | 9f340e36d30d93f8f4c829aef17381956b6ee39d (patch) | |
tree | 4af886e47bf0dde62d0ad416b3bce83e99e30bc2 | |
parent | 9288f153e01b684b2bb16b51e6cf752f93e4c52c (diff) | |
download | ports-9f340e36d30d93f8f4c829aef17381956b6ee39d.tar.gz ports-9f340e36d30d93f8f4c829aef17381956b6ee39d.zip |
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)
-rw-r--r-- | audio/zrythm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |