From fb933d32048de617fdfe5e6567e11f296e20f4fd Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 15 Jun 2021 09:54:29 +0200 Subject: backend/session: use drmIsKMS This moves the magic incantation into libdrm and is clearer. See [1] for details. While at it, fixup the doc comment and improve logging. [1]: https://gitlab.freedesktop.org/mesa/drm/-/commit/523b3658aa8efa746417e916c987de23740ce313 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 3dc05bfb..36bf6e8b 100644 --- a/meson.build +++ b/meson.build @@ -96,7 +96,7 @@ internal_features = { wayland_server = dependency('wayland-server', version: '>=1.19') wayland_client = dependency('wayland-client') -drm = dependency('libdrm', version: '>=2.4.95') +drm = dependency('libdrm', version: '>=2.4.105') gbm = dependency('gbm', version: '>=17.1.0') libinput = dependency('libinput', version: '>=1.14.0') xkbcommon = dependency('xkbcommon') -- cgit v1.2.3