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],
dependencies: [
client_protos,
pixman,
wayland_client,
wayland_server,
wlroots,