Skip to content

Commit b8289ae

Browse files
input/meson.build: Add missing dependency
1 parent 6b92b7a commit b8289ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ input_api = static_library(
1212
include_directories: inc,
1313
dependencies: [
1414
thread_dep,
15+
nfs_dep,
1516
],
1617
)
1718

0 commit comments

Comments
 (0)