7c28e203e3
- Update to an slightly newer git snapshot to fix regression from 0.8.8 - Version 0.8.8 * main: Try to own socket before anything else * main: silently succeed if plymouthd is started a second time * service: start plymouthd unconditionally * x11: make window fullscreen by default * x11: only create windows when necessary - plymoith-sd-notforking.patch: Make plymouthd to not use Service type "forking" - ply-sdunitdir.patch: Must install units in %{_unitdir} as returned by pkg-config not in a hardcoded location. OBS-URL: https://build.opensuse.org/request/show/140245 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=90
12 lines
387 B
Diff
12 lines
387 B
Diff
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -254,7 +254,7 @@ AM_CONDITIONAL(ENABLE_SYSTEMD_INTEGRATIO
|
|
|
|
if test x$enable_systemd_integration = xyes; then
|
|
AC_DEFINE(PLY_ENABLE_SYSTEMD_INTEGRATION, 1, [Coordinate boot up with systemd])
|
|
- SYSTEMD_UNIT_DIR=/lib/systemd/system
|
|
+ SYSTEMD_UNIT_DIR=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
|
|
AC_SUBST(SYSTEMD_UNIT_DIR)
|
|
fi
|
|
|