input skeleton

This commit is contained in:
Tony Crisci 2017-12-06 08:28:46 -05:00
parent 3fe64482bb
commit 338a0399f8
4 changed files with 25 additions and 0 deletions

View file

@ -29,6 +29,7 @@ xkbcommon = dependency('xkbcommon')
pango = dependency('pango')
pixman = dependency('pixman-1')
libcap = dependency('libcap')
libinput = dependency('libinput')
math = cc.find_library('m')
git = find_program('git', required: false)
a2x = find_program('a2x', required: false)