aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/meson.build b/types/meson.build
index b37d551b..23c6cd13 100644
--- a/types/meson.build
+++ b/types/meson.build
@@ -59,5 +59,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],
)