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.
This commit is contained in:
Newbyte 2024-04-23 23:08:19 +02:00 committed by Jakub Jirutka
parent f5e46474dd
commit 6c70d4e5d4

View File

@ -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