Fix additional warnings when Carla is missing (#7722)

Fix additional warnings when Carla is missing
Adds new env var LMMS_EXCLUDE_LADSPA

---------

Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
This commit is contained in:
Tres Finocchiaro
2025-02-21 00:56:04 -05:00
committed by GitHub
parent ea02b3aba0
commit 055e0ba576
4 changed files with 38 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ if command -v carla > /dev/null 2>&1; then
else
echo "[$ME] Carla does not appear to be installed, we'll remove it from the plugin listing." >&2
export "LMMS_EXCLUDE_PLUGINS=libcarla,${LMMS_EXCLUDE_PLUGINS}"
export "LMMS_EXCLUDE_LADSPA=libcarla,${LMMS_EXCLUDE_LADSPA}"
fi
# Additional workarounds for library conflicts