mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-04 00:47:58 +02:00
Drop explicit version requirement for libevdev
The minimum version of libevdev we require is so old that we really don't need an explicity requirement here anymore. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
3a4f7ccff9
commit
dbe41d8023
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ endif
|
||||||
pkgconfig = import('pkgconfig')
|
pkgconfig = import('pkgconfig')
|
||||||
dep_udev = dependency('libudev')
|
dep_udev = dependency('libudev')
|
||||||
dep_mtdev = dependency('mtdev', version : '>= 1.1.0')
|
dep_mtdev = dependency('mtdev', version : '>= 1.1.0')
|
||||||
dep_libevdev = dependency('libevdev', version : '>= 0.4')
|
dep_libevdev = dependency('libevdev')
|
||||||
dep_lm = cc.find_library('m', required : false)
|
dep_lm = cc.find_library('m', required : false)
|
||||||
dep_rt = cc.find_library('rt', required : false)
|
dep_rt = cc.find_library('rt', required : false)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue