input: add missing boost meson dependency
This commit is contained in:
parent
9766ac6db3
commit
ef0765ca10
@ -35,6 +35,9 @@ input_glue = static_library(
|
||||
'BufferedInputStream.cxx',
|
||||
'MaybeBufferedInputStream.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
boost_dep,
|
||||
],
|
||||
)
|
||||
|
||||
input_glue_dep = declare_dependency(
|
||||
|
Loading…
Reference in New Issue
Block a user