mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-06 01:40:52 -05:00
backend/drm: add support for libliftoff v0.5.0
Don't require libliftoff 0.5.0 just yet: we want to be able to backport this patch.
This commit is contained in:
parent
862a0b4826
commit
6e6c4408d3
2 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ wlr_files += files(
|
|||
|
||||
if libliftoff.found()
|
||||
wlr_files += files('libliftoff.c')
|
||||
internal_config.set10('HAVE_LIBLIFTOFF_0_5', libliftoff.version().version_compare('>=0.5.0'))
|
||||
endif
|
||||
|
||||
features += { 'drm-backend': true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue