mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
16 lines
298 B
Meson
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
|