Add pixman to swayidle deps

This commit is contained in:
Drew DeVault 2018-05-13 12:55:40 -04:00
parent 364439cc11
commit 4f540b638e

View file

@ -7,6 +7,7 @@ executable(
include_directories: [sway_inc], include_directories: [sway_inc],
dependencies: [ dependencies: [
client_protos, client_protos,
pixman,
wayland_client, wayland_client,
wayland_server, wayland_server,
wlroots, wlroots,