summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-06 08:28:46 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-06 08:28:46 -0500
commit338a0399f8d7c0ebe9cbb989945d8fd646d8d407 (patch)
tree27c33336ef4ac608b28378e55b6a7fdeb225aa27 /meson.build
parentMerge pull request #1498 from emersion/config (diff)
downloadsway-338a0399f8d7c0ebe9cbb989945d8fd646d8d407.tar.gz
sway-338a0399f8d7c0ebe9cbb989945d8fd646d8d407.tar.zst
sway-338a0399f8d7c0ebe9cbb989945d8fd646d8d407.zip
input skeleton
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 8e7b98ed..029aea46 100644
--- a/meson.build
+++ b/meson.build
@@ -29,6 +29,7 @@ xkbcommon = dependency('xkbcommon')
29pango = dependency('pango') 29pango = dependency('pango')
30pixman = dependency('pixman-1') 30pixman = dependency('pixman-1')
31libcap = dependency('libcap') 31libcap = dependency('libcap')
32libinput = dependency('libinput')
32math = cc.find_library('m') 33math = cc.find_library('m')
33git = find_program('git', required: false) 34git = find_program('git', required: false)
34a2x = find_program('a2x', required: false) 35a2x = find_program('a2x', required: false)