Skip to content
Snippets Groups Projects
Commit 6c70d4e5 authored by Newbyte's avatar Newbyte :snowflake: Committed by Jakub Jirutka
Browse files

community/gnome-session: enable systemd session support

This will be the new default with GNOME Session 46. While it may sound
like something that would break non-systemd support, in reality what
happens is that GNOME Session fails to find systemd and falls back to
the new behaviour. This is being enabled separately from the GNOME
Session 46 upgrade to get this a chance of being tested more widely
before upgrading.
parent f5e46474
No related branches found
No related tags found
1 merge request!64741gnome-session: enable systemd session support + phosh: enable systemd integration
......@@ -2,7 +2,7 @@
# Maintainer: team/gnome <ablocorrea@hotmail.com>
pkgname=gnome-session
pkgver=45.0
pkgrel=2
pkgrel=3
pkgdesc="GNOME session manager"
url="https://gitlab.gnome.org/GNOME/gnome-session"
arch="all"
......@@ -38,7 +38,7 @@ build() {
abuild-meson \
-Db_lto=true \
-Dsystemd_journal=true \
-Dsystemd_session=disable \
-Dsystemd_session=enable \
-Dsystemduserunitdir=/DELETEME \
. output
meson compile -C output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment