From ef0765ca10acfb6480c46cf6a2af326fc1e777e0 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Mon, 9 Dec 2019 23:49:55 +0100 Subject: [PATCH] input: add missing boost meson dependency --- src/input/meson.build | 3 +++ 1 file changed, 3 insertions(+) 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(