mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Require libdrm >= 2.4.95
This commit is contained in:
parent
feb1b9b1cb
commit
75371d2c88
6 changed files with 11 additions and 20 deletions
|
|
@ -56,7 +56,7 @@ wayland_egl = dependency('wayland-egl')
|
|||
wayland_protos = dependency('wayland-protocols', version: '>=1.16')
|
||||
egl = dependency('egl')
|
||||
glesv2 = dependency('glesv2')
|
||||
drm = dependency('libdrm')
|
||||
drm = dependency('libdrm', version: '>=2.4.95')
|
||||
gbm = dependency('gbm', version: '>=17.1.0')
|
||||
libinput = dependency('libinput', version: '>=1.7.0')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue