aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-11-23 16:04:43 +0100
committerSimon Zeni <simon@bl4ckb0ne.ca>2022-11-25 16:15:29 +0000
commitf0375eed24276e27e036f724c9fde5d344fc140a (patch)
tree32732996951bd290acd3ba12084ab42778134073 /README.md
parent21254737bf97e5be44071063c14fce5a403a9a22 (diff)
backend/session: make optional
Some compositors are not interested in wlr_session, for instance nested compositors. Disabling wlr_session removes the udev dependency.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 60ec180c..b75987c7 100644
--- a/README.md
+++ b/README.md
@@ -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: