mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05: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',
|
'wlr_screencopy_v1.c',
|
||||||
),
|
),
|
||||||
include_directories: wlr_inc,
|
include_directories: wlr_inc,
|
||||||
dependencies: [pixman, xkbcommon, wayland_server, wlr_protos],
|
dependencies: [pixman, xkbcommon, wayland_server, wlr_protos, libinput],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue