Add missing dependencies

This commit is contained in:
Rodrigo Lourenço 2018-02-14 18:27:31 +00:00 committed by Rodrigo Lourenço
parent 71cba94e73
commit 168e26489a
4 changed files with 8 additions and 6 deletions

View file

@ -28,5 +28,5 @@ lib_wlr_types = static_library(
'wlr_xdg_shell_v6.c',
),
include_directories: wlr_inc,
dependencies: [wayland_server, pixman, wlr_protos],
dependencies: [pixman, xkbcommon, wayland_server, wlr_protos],
)