systemd: add bootchart.conf; fix libgudev depends.
This commit is contained in:
parent
5ad6bd21cb
commit
023f7afdf9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user