mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
Merge pull request #327 from martinetd/meson_check_versions
Add version checks (mesa, libinput) in meson
This commit is contained in:
commit
b74e30be12
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ wayland_protos = dependency('wayland-protocols')
|
|||
egl = dependency('egl')
|
||||
glesv2 = dependency('glesv2')
|
||||
drm = dependency('libdrm')
|
||||
gbm = dependency('gbm')
|
||||
libinput = dependency('libinput')
|
||||
gbm = dependency('gbm', version: '>=17.1.0')
|
||||
libinput = dependency('libinput', version: '>=1.7.0')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
udev = dependency('libudev')
|
||||
pixman = dependency('pixman-1')
|
||||
|
|
Loading…
Reference in a new issue