Browse Source

rename dependency to liboptaudio_dep

master
Alexandros Theodotou 3 years ago
parent
commit
aedd41f46e
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      meson.build

2
meson.build

@ -208,7 +208,7 @@ optaudio = static_library ( @@ -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)

Loading…
Cancel
Save