mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-13 13:29:44 -05:00
wip: backend/drm: add libliftoff interface
TODO: - Make it work on multi-output setups - Make it handle VRR and gamma
This commit is contained in:
parent
937204d769
commit
f7276aaf2f
6 changed files with 263 additions and 1 deletions
|
|
@ -1,12 +1,16 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue