diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-04-08 00:34:12 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-04-08 00:34:12 +0100 |
| commit | 6b8d7513c633384bdda565da08a8df87eaf6b5b6 (patch) | |
| tree | dc0e14ab5eb3598f53476396d5b1bba9c2a07578 /meson.build | |
| parent | bb14a53632f0f44d412f8367a4812a2fe29d739d (diff) | |
Improve dependency checks
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 5a37b0e2..bf266e5f 100644 --- 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') |
