mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
add an option to enable/disable libliftoff
instead of always using it if found
This commit is contained in:
parent
a4e1184712
commit
385c9ade5f
3 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ libliftoff = dependency(
|
|||
'libliftoff',
|
||||
version: '>=0.4.0',
|
||||
fallback: 'libliftoff',
|
||||
required: false,
|
||||
required: get_option('libliftoff'),
|
||||
)
|
||||
|
||||
if not (hwdata.found() and libdisplay_info.found() and features['session'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue