Merge pull request #1173 from sdilts/add-missing-libinput
Add missing dependency libinput to types/meson.build
This commit is contained in:
commit
eb9c9d8852
|
@ -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 New Issue