diff --git a/types/meson.build b/types/meson.build index 55c0e3ba..89aa967f 100644 --- a/types/meson.build +++ b/types/meson.build @@ -57,5 +57,5 @@ lib_wlr_types = static_library( 'wlr_screencopy_v1.c', ), include_directories: wlr_inc, - dependencies: [pixman, xkbcommon, wayland_server, wlr_protos], + dependencies: [pixman, xkbcommon, wayland_server, wlr_protos, libinput], )