mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/drm: use drmModeGetConnectorTypeName
No need to manually maintain this table now.
The wlroots names and the libdrm (= kernel) names all match.
References: 50f8d51773
This commit is contained in:
parent
972a5cdf7a
commit
bd587a7f43
4 changed files with 8 additions and 36 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue