From aedd41f46e0c6d298f9358ecf1c91f930399de73 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Wed, 19 Aug 2020 15:09:39 +0100 Subject: [PATCH] rename dependency to liboptaudio_dep --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)