summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2019-12-09 23:49:55 +0100
committerMax Kellermann <max@musicpd.org>2019-12-16 17:11:14 +0100
commitef0765ca10acfb6480c46cf6a2af326fc1e777e0 (patch)
treec1842dbf55bade100da215e3a7f55cc78c1b261f /src/input
parent9766ac6db3294075c19c7b7efcc277440b50b3d1 (diff)
input: add missing boost meson dependency
Diffstat (limited to 'src/input')
-rw-r--r--src/input/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/meson.build b/src/input/meson.build
index 2ce6f8832..4e1f7d6d9 100644
--- a/src/input/meson.build
+++ b/src/input/meson.build
@@ -35,6 +35,9 @@ input_glue = static_library(
'BufferedInputStream.cxx',
'MaybeBufferedInputStream.cxx',
include_directories: inc,
+ dependencies: [
+ boost_dep,
+ ],
)
input_glue_dep = declare_dependency(