diff --git a/meson.build b/meson.build index e2e591f..014bf95 100644 --- a/meson.build +++ b/meson.build @@ -208,7 +208,7 @@ optaudio = static_library ( # this is so that it can be used as a meson # subproject -optaudio_dep = declare_dependency ( +liboptaudio_dep = declare_dependency ( include_directories: inc, dependencies: optaudio_deps, link_with: optaudio)