mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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:
parent
f5e46474dd
commit
6c70d4e5d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user