Commit 7ec887ee authored by Max Kellermann's avatar Max Kellermann

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

parents 1477b64d 87542e30
...@@ -45,6 +45,9 @@ db_glue = static_library( ...@@ -45,6 +45,9 @@ db_glue = static_library(
'db_glue', 'db_glue',
db_glue_sources, db_glue_sources,
include_directories: inc, include_directories: inc,
dependencies: [
boost_dep,
],
) )
db_glue_dep = declare_dependency( db_glue_dep = declare_dependency(
......
...@@ -16,6 +16,9 @@ event = static_library( ...@@ -16,6 +16,9 @@ event = static_library(
'Thread.cxx', 'Thread.cxx',
'Loop.cxx', 'Loop.cxx',
include_directories: inc, include_directories: inc,
dependencies: [
boost_dep,
],
) )
event_dep = declare_dependency( event_dep = declare_dependency(
......
...@@ -7,6 +7,9 @@ input_api = static_library( ...@@ -7,6 +7,9 @@ input_api = static_library(
'AsyncInputStream.cxx', 'AsyncInputStream.cxx',
'ProxyInputStream.cxx', 'ProxyInputStream.cxx',
include_directories: inc, include_directories: inc,
dependencies: [
boost_dep,
],
) )
input_api_dep = declare_dependency( input_api_dep = declare_dependency(
......
...@@ -13,6 +13,9 @@ song = static_library( ...@@ -13,6 +13,9 @@ song = static_library(
'Filter.cxx', 'Filter.cxx',
'LightSong.cxx', 'LightSong.cxx',
include_directories: inc, include_directories: inc,
dependencies: [
pcre_dep,
],
) )
song_dep = declare_dependency( song_dep = declare_dependency(
......
...@@ -18,6 +18,9 @@ storage_glue = static_library( ...@@ -18,6 +18,9 @@ storage_glue = static_library(
'Configured.cxx', 'Configured.cxx',
'StorageState.cxx', 'StorageState.cxx',
include_directories: inc, include_directories: inc,
dependencies: [
boost_dep,
],
) )
storage_glue_dep = declare_dependency( storage_glue_dep = declare_dependency(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment