From 5e2bc1de2bd02021b4f0dfdf7f73856ebbde95c7 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 17 Aug 2026 17:20:30 +0200 Subject: [PATCH] fix(installation): Debian systemd-dev dependency The meson build system genuinely requires systemd.pc for systemd support, and in particular to install somewm-session. Debian provides this via the systemd-dev package. --- docs/getting-started/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 88a94c5..a1582a0 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -109,6 +109,9 @@ sudo apt install \ # Optional: lock screen authentication sudo apt install libpam0g-dev + +# Optional: systemd session integration (somewm-session, login manager entry) +sudo apt install systemd-dev ``` ### Fedora