Merge pull request #1173 from sdilts/add-missing-libinput

Add missing dependency libinput to types/meson.build
This commit is contained in:
Scott Anderson 2018-08-03 14:58:22 +12:00 committed by GitHub
commit eb9c9d8852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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],
)