mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-08 05:34:22 -04:00
backend/session: make optional
Some compositors are not interested in wlr_session, for instance nested compositors. Disabling wlr_session removes the udev dependency.
This commit is contained in:
parent
21254737bf
commit
f0375eed24
10 changed files with 46 additions and 10 deletions
|
|
@ -48,9 +48,9 @@ Install dependencies:
|
|||
* GBM (optional, for the GBM allocator)
|
||||
* libinput (optional, for the libinput backend)
|
||||
* xkbcommon
|
||||
* udev
|
||||
* udev (optional, for the session)
|
||||
* pixman
|
||||
* [libseat]
|
||||
* [libseat] (optional, for the session)
|
||||
* [hwdata] (optional, for the DRM backend)
|
||||
|
||||
If you choose to enable X11 support:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue