summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2018-12-09 17:20:47 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2018-12-09 17:20:47 +0100
commit66f5b0fed76b1021eddfa569ef1049f0b596b0bf (patch)
tree8331cf5cad4bee13c2a560bc801dcfe2f22449bb /src/input
parent5cb603983e2e20f1d2f9f638be55e945c90bd6b4 (diff)
Add boost_dep in subdir meson.build files
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 3c5e031b5..2ce6f8832 100644
--- a/src/input/meson.build
+++ b/src/input/meson.build
@@ -7,6 +7,9 @@ input_api = static_library(
'AsyncInputStream.cxx',
'ProxyInputStream.cxx',
include_directories: inc,
+ dependencies: [
+ boost_dep,
+ ],
)
input_api_dep = declare_dependency(