summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 00:10:20 -0400
committerLibravatar GitHub <noreply@github.com>2018-03-31 00:10:20 -0400
commit0441d124799dca510b3bf6621267b7838730af1a (patch)
treed5301c12dec48b570cee5d0a6daa3333ff4f575d /meson.build
parentUse wlr_surface_point_accepts_input (diff)
parentImplement workspace switch on click (diff)
downloadsway-0441d124799dca510b3bf6621267b7838730af1a.tar.gz
sway-0441d124799dca510b3bf6621267b7838730af1a.tar.zst
sway-0441d124799dca510b3bf6621267b7838730af1a.zip
Merge pull request #1676 from swaywm/swaybar-input
Swaybar input
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 49824b30..01788fd9 100644
--- a/meson.build
+++ b/meson.build
@@ -24,6 +24,7 @@ pcre = dependency('libpcre')
24wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots']) 24wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])
25wayland_server = dependency('wayland-server') 25wayland_server = dependency('wayland-server')
26wayland_client = dependency('wayland-client') 26wayland_client = dependency('wayland-client')
27wayland_cursor = dependency('wayland-cursor')
27wayland_egl = dependency('wayland-egl') 28wayland_egl = dependency('wayland-egl')
28wayland_protos = dependency('wayland-protocols') 29wayland_protos = dependency('wayland-protocols')
29xkbcommon = dependency('xkbcommon') 30xkbcommon = dependency('xkbcommon')