summaryrefslogtreecommitdiff
path: root/meson_options.txt
Commit message (Collapse)AuthorAgeFilesLines
* meson: allow building with elogindDudemanguy2023-04-281-2/+3
| | | | | | | Currently, the GDM meson build has a hard dependency on systemd. However, GDM can function just fine if one is using elogind. This allows a user to build GDM against libelogind and also disable the systemd system and user units.
* meson: Remove unused check-accelerated-dir option and referencesMarco Trevisan (Treviño)2021-02-241-1/+0
|
* meson_options: Enable systemd-journal by defaultMarco Trevisan (Treviño)2020-08-311-1/+1
| | | | | | | | This was already the case in autotools, as it used to be a feature that was set to auto and disabled only in the case there was no libsystemd. Now, being systemd a required gdm component, there's no point to use it as a feature, but still give the packagers the ability to toggle it.
* data: Install systemd specification for gnome-login sessionBenjamin Berg2020-08-101-0/+1
| | | | | GDM needs to ship the systemd definition for the custom GNOME session it starts.
* data: switch gdm.service.in to use cmake formatNiels De Graef2020-04-301-0/+39
We're going to be switching to meson, and meson doesn't deal too well with an @ in the configuration file that's not part of a substitution variable. This commit switches the gdm service over to use a cmake style of substitution variables, so we can later tell meson to use configure in cmake mode and workaround the @ confusion.