mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 14:32:57 -04:00
backend/session: make udev dependency optional
udev is now optional at build-time but will fail at runtime because we don't have an alternative implementation yet.
This commit is contained in:
parent
e8b81b3d4a
commit
905ebaa89a
5 changed files with 31 additions and 10 deletions
|
|
@ -82,6 +82,7 @@ internal_features = {
|
|||
'xcb-errors': false,
|
||||
'egl': false,
|
||||
'libliftoff': false,
|
||||
'udev': false,
|
||||
}
|
||||
internal_config = configuration_data()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue