mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-25 22:25:58 +01:00
Merge pull request #1173 from sdilts/add-missing-libinput
Add missing dependency libinput to types/meson.build
This commit is contained in:
commit
eb9c9d8852
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue