build: bump libdrm dep version

We use drmGetDeviceFromDevId() now.
This commit is contained in:
Simon Ser 2022-09-01 17:58:48 +02:00
parent fc1fc35d5c
commit c40c8aa482

View file

@ -34,7 +34,7 @@ dep_xxf86vm = dependency('xxf86vm')
dep_xtst = dependency('xtst')
dep_xres = dependency('xres')
drm_dep = dependency('libdrm', version: '>= 2.4.105')
drm_dep = dependency('libdrm', version: '>= 2.4.109')
vulkan_dep = dependency('vulkan')
wayland_server = dependency('wayland-server')