systemd: enable qrencode support.
This commit is contained in:
parent
fc5eb7b1c9
commit
ec6f15bd60
2 changed files with 4 additions and 2 deletions
srcpkgs/systemd
|
@ -1,3 +1,4 @@
|
||||||
|
libqrencode.so.3
|
||||||
libudev.so.1
|
libudev.so.1
|
||||||
libpam.so.0
|
libpam.so.0
|
||||||
libcap.so.2
|
libcap.so.2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'systemd'
|
# Template file for 'systemd'
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=194
|
version=194
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||||
|
@ -11,7 +11,8 @@ configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||||
depends="dbus run-parts kbd>=1.15.3_5 systemd-libs>=${version}_${revision}"
|
depends="dbus run-parts kbd>=1.15.3_5 systemd-libs>=${version}_${revision}"
|
||||||
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
||||||
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
||||||
libblkid-devel glib-devel libgcrypt-devel python-devel gobject-introspection"
|
libblkid-devel glib-devel libgcrypt-devel python-devel qrencode-devel
|
||||||
|
gobject-introspection"
|
||||||
short_desc="A system and service manager for Linux"
|
short_desc="A system and service manager for Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
|
|
Loading…
Reference in a new issue