sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 2e41804b5473c04626ceda27e13b58a329d211d4
parent 4b200869b2769a41d087c70e3e80124b2ed51064
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat,  7 Apr 2018 20:38:22 -0400

Merge pull request #1772 from bpinto/feature/improve-dependency-check

Improve dependency check for libinput
Diffstat:
Mmeson.build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build @@ -35,7 +35,7 @@ pangocairo = dependency('pangocairo') gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: false) pixman = dependency('pixman-1') libcap = dependency('libcap') -libinput = dependency('libinput') +libinput = dependency('libinput', version: '>=1.6.0') libpam = cc.find_library('libpam') math = cc.find_library('m') rt = cc.find_library('rt')