Skip to content

CMake: Make less assumptions about where files will end up

  1. Use more of GNUInstallDirs' installation location variables: SYSCONFDIR
  2. Query systemd's pkg-config for where to install the systemd user services. There was already some commented-out code for this, with a comment to uncomment it "when we drop Vivid". I think Vivid has been dropped by now, so let's use that query. And for non-systemd users, make this dependency (and systemd service installation in general) option()al, as was requested in another MR with a similar change: biometryd!31 (comment 1648248337)
Edited by Cosima Neidahl

Merge request reports