systemd: add bootchart.conf; fix libgudev depends.

This commit is contained in:
Juan RP 2013-03-08 14:09:16 +01:00
parent 5ad6bd21cb
commit 023f7afdf9
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# Template file for 'libgudev'.
#
short_desc="GObject-based wrapper library for libudev"
depends="libudev>=${version}"
do_install() {
vmove "usr/lib/libgudev*.so*" usr/lib

View file

@ -1,7 +1,7 @@
# Template file for 'systemd'
pkgname=systemd
version=198
revision=1
revision=2
build_style=gnu-configure
configure_args="--libexecdir=/usr/lib
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
@ -31,6 +31,7 @@ conf_files="
/etc/systemd/user.conf
/etc/systemd/journald.conf
/etc/systemd/logind.conf
/etc/systemd/bootchart.conf
/etc/udev/udev.conf"
if [ -n "$XBPS_CROSS_TRIPLET" ]; then