aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-05-13 12:55:40 -0400
committerDrew DeVault <sir@cmpwn.com>2018-05-13 12:55:40 -0400
commit4f540b638e6d5adedb1a98565b654f4631ef6267 (patch)
treefe88a3762d329cc95f66751216c84bc7de64a710
parent364439cc11de692bc2a0d357f5fd635bce67b423 (diff)
Add pixman to swayidle deps
-rw-r--r--swayidle/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/swayidle/meson.build b/swayidle/meson.build
index 09c482d6..f62545f8 100644
--- a/swayidle/meson.build
+++ b/swayidle/meson.build
@@ -7,6 +7,7 @@ executable(
include_directories: [sway_inc],
dependencies: [
client_protos,
+ pixman,
wayland_client,
wayland_server,
wlroots,