Merge branch 'add-meson-dependencies' of git://github.com/jacobvosmaer/MPD

This commit is contained in:
Max Kellermann
2019-01-04 19:06:49 +01:00
5 changed files with 15 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ db_glue = static_library(
'db_glue',
db_glue_sources,
include_directories: inc,
dependencies: [
boost_dep,
],
)
db_glue_dep = declare_dependency(