diff options
author | David Robillard <d@drobilla.net> | 2022-08-22 11:05:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-22 11:06:43 -0400 |
commit | 212adf91a9873bb6c2f10c9bb1871bf46911e995 (patch) | |
tree | 6b86a689d54f3587d03fc99b8420c18874fc2c6d | |
parent | 9f8cb2ba0da3dec1dcb136972e06621c16c6c274 (diff) | |
download | jalv-212adf91a9873bb6c2f10c9bb1871bf46911e995.tar.gz jalv-212adf91a9873bb6c2f10c9bb1871bf46911e995.tar.bz2 jalv-212adf91a9873bb6c2f10c9bb1871bf46911e995.zip |
Fix standalone build
-rw-r--r-- | meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 64ba094..eb96808 100644 --- a/meson.build +++ b/meson.build @@ -229,6 +229,9 @@ common_dependencies = [ backend_dep, lilv_dep, m_dep, + serd_dep, + sratom_dep, + suil_dep, thread_dep, ] |