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

Improve dependency check for libinput
This commit is contained in:
Drew DeVault 2018-04-07 20:38:22 -04:00 committed by GitHub
commit 2e41804b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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