input/meson.build: Add missing dependency

This commit is contained in:
Camille Scholtz 2025-02-03 23:07:58 +01:00
parent 6b92b7adb9
commit b8289ae923

@ -12,6 +12,7 @@ input_api = static_library(
include_directories: inc,
dependencies: [
thread_dep,
nfs_dep,
],
)