aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-07 11:19:25 -0400
committerLibravatar GitHub <noreply@github.com>2018-04-07 11:19:25 -0400
commitf5a9bd5cb75b37376b98eadbff2facb7e0021d57 (patch)
treef72219a5a2adec3380da5269fee025715f7bf333 /sway/meson.build
parentMerge pull request #1762 from DanySpin97/wlroots (diff)
parentDon't rejigger if parent has two children (diff)
downloadsway-f5a9bd5cb75b37376b98eadbff2facb7e0021d57.tar.gz
sway-f5a9bd5cb75b37376b98eadbff2facb7e0021d57.tar.zst
sway-f5a9bd5cb75b37376b98eadbff2facb7e0021d57.zip
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(
4 'commands.c', 4 'commands.c',
5 'config.c', 5 'config.c',
6 'criteria.c', 6 'criteria.c',
7 'debug-tree.c',
7 'ipc-json.c', 8 'ipc-json.c',
8 'ipc-server.c', 9 'ipc-server.c',
9 'security.c', 10 'security.c',
@@ -102,10 +103,13 @@ sway_sources = files(
102) 103)
103 104
104sway_deps = [ 105sway_deps = [
106 cairo,
107 gdk_pixbuf,
105 jsonc, 108 jsonc,
106 libcap, 109 libcap,
107 libinput, 110 libinput,
108 math, 111 math,
112 pango,
109 pcre, 113 pcre,
110 pixman, 114 pixman,
111 server_protos, 115 server_protos,