summaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-04-07 11:19:25 -0400
committerGitHub <[email protected]>2018-04-07 11:19:25 -0400
commitf5a9bd5cb75b37376b98eadbff2facb7e0021d57 (patch)
treef72219a5a2adec3380da5269fee025715f7bf333 /sway/meson.build
parent2c9f0fb784f9781753679c8d1af3d8586c733f53 (diff)
parent93ca8919f63c7022779c9780a24478559e7e47af (diff)
Merge pull request #1700 from swaywm/move-cmd-full
Implement move [left|right|up|down]
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 29aaa7b7..1fe0f29a 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -4,6 +4,7 @@ sway_sources = files(
'commands.c',
'config.c',
'criteria.c',
+ 'debug-tree.c',
'ipc-json.c',
'ipc-server.c',
'security.c',
@@ -102,10 +103,13 @@ sway_sources = files(
)
sway_deps = [
+ cairo,
+ gdk_pixbuf,
jsonc,
libcap,
libinput,
math,
+ pango,
pcre,
pixman,
server_protos,