Skip to content
Snippets Groups Projects
Verified Commit abb42d85 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

systemd: use a more general install_if for x11 subpkg (MR 5118)

[ci:skip-build] already built successfully in CI

xorg-server-common is a shared dep between xorg-server and xwayland, and
this tmpfile config is required for both to work. Without this tmpfile
config, Xwayland may fail to start. In the case of GNOME, this is a
fatal event.
parent a0940afb
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=systemd
pkgver=255.2
pkgrel=1
pkgrel=2
pkgdesc="System and service manager"
url="https://github.com/systemd/systemd"
arch="all !ppc64le !armhf !s390x" # blocked by pmboostrap not supporting
......@@ -386,7 +386,7 @@ journald_zcomp() {
x11() {
pkgdesc="systemd x11"
install_if="$pkgname=$pkgver-r$pkgrel xorg-server"
install_if="$pkgname=$pkgver-r$pkgrel xorg-server-common"
amove usr/lib/tmpfiles.d/x11.conf
amove etc/X11/xinit/xinitrc.d/50-systemd-user.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment