systemd: do not depend directly to util-linux.
This commit is contained in:
parent
9d0b54b062
commit
7cc0d5bd74
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=189
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||
--with-sysvinit-path= --with-sysvrcd-path= --disable-audit
|
||||
--with-usb-ids-path=/usr/share/hwdata/usb.ids
|
||||
--with-pci-ids-path=/usr/share/hwdata/pci.ids"
|
||||
depends="dbus run-parts util-linux>=2.22rc1_2 kbd>=1.15.3_5
|
||||
systemd-libs>=$version udev>=$version"
|
||||
depends="dbus run-parts kbd>=1.15.3_5 systemd-libs>=${version}_${revision}
|
||||
udev>=${version}_${revision}"
|
||||
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
||||
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
||||
libblkid-devel glib-devel gobject-introspection"
|
||||
|
|
Loading…
Reference in New Issue