From 13464c9a0fbfa201c7a7ae58e9e5331e1d3b5c0e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 12 Oct 2011 23:45:10 +0200 Subject: [PATCH] systemd: enable plymouth support. --- srcpkgs/systemd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index 4d3c16eb3a0..3066ed4d955 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,12 +1,12 @@ # Template file for 'systemd' pkgname=systemd version=37 -revision=1 +revision=2 distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--with-distro=other --with-rootdir= --localstatedir=/var --with-pamlibdir=/lib/security --disable-selinux --disable-tcpwrap ---with-sysvinit-path= --with-sysvrcd-path= --disable-audit" +--with-sysvinit-path= --with-sysvrcd-path= --disable-audit --enable-plymouth" short_desc="systemd is a system and service manager for Linux" maintainer="Juan RP " homepage="http://www.freedesktop.org/wiki/Software/systemd"