Require libdrm >= 2.4.95

This commit is contained in:
emersion 2019-01-29 19:33:38 +01:00
parent feb1b9b1cb
commit 75371d2c88
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 11 additions and 20 deletions

View file

@ -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')