diff options
author | Simon Ser <contact@emersion.fr> | 2022-07-08 22:04:20 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-07-25 17:28:33 +0000 |
commit | bd587a7f431e53764d5e8051f2717d32d4c62b69 (patch) | |
tree | c3ba457a8ecd2c75bf02c9daeca89c27fdfbd31f /meson.build | |
parent | 972a5cdf7a9701a266119d60da48624ca8ebf703 (diff) |
backend/drm: use drmModeGetConnectorTypeName
No need to manually maintain this table now.
The wlroots names and the libdrm (= kernel) names all match.
References: https://gitlab.freedesktop.org/mesa/drm/-/commit/50f8d517733d24fce6693ffae552f9833e2e6aa9
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 944dfa3e..d04d3c16 100644 --- a/meson.build +++ b/meson.build @@ -107,7 +107,7 @@ wayland_server = dependency('wayland-server', ) drm = dependency('libdrm', - version: '>=2.4.109', + version: '>=2.4.112', fallback: 'libdrm', default_options: [ 'libkms=false', |