mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
d8ca494558
This helper is responsible for listening for new DRM devices and create new child DRM backends as necessary.
14 lines
176 B
Meson
14 lines
176 B
Meson
wlr_files += files(
|
|
'atomic.c',
|
|
'backend.c',
|
|
'cvt.c',
|
|
'drm.c',
|
|
'legacy.c',
|
|
'monitor.c',
|
|
'properties.c',
|
|
'renderer.c',
|
|
'util.c',
|
|
)
|
|
|
|
features += { 'drm-backend': true }
|