wlroots/backend/drm/meson.build
Simon Ser f7276aaf2f wip: backend/drm: add libliftoff interface
TODO:

- Make it work on multi-output setups
- Make it handle VRR and gamma
2021-11-03 19:10:17 +01:00

16 lines
298 B
Meson

libliftoff = dependency('libliftoff', version: '>=0.2.0', fallback: ['libliftoff', 'liftoff'])
wlr_files += files(
'atomic.c',
'backend.c',
'cvt.c',
'drm.c',
'legacy.c',
'libliftoff.c',
'properties.c',
'renderer.c',
'util.c',
)
features += { 'drm-backend': true }
wlr_deps += libliftoff