ModemManager: remove systemd build option (#1736)
This commit is contained in:
parent
5abeb9ce52
commit
6de63dfc01
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'ModemManager'
|
||||
pkgname=ModemManager
|
||||
version=1.4.8
|
||||
revision=2
|
||||
build_options="gir systemd"
|
||||
revision=3
|
||||
build_options="gir"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --sbindir=/usr/bin
|
||||
--with-udev-base-dir=/usr/lib/udev --with-polkit=permissive
|
||||
|
@ -10,7 +10,7 @@ configure_args="--disable-static --sbindir=/usr/bin
|
|||
hostmakedepends="pkg-config intltool glib-devel autoconf
|
||||
$(vopt_if gir 'vala-devel gobject-introspection')"
|
||||
makedepends="glib-devel libgudev-devel polkit-devel libqmi-devel
|
||||
libmbim-devel ppp libqmi-devel $(vopt_if systemd systemd-devel)"
|
||||
libmbim-devel ppp libqmi-devel"
|
||||
depends="hicolor-icon-theme ppp"
|
||||
short_desc="Mobile broadband modem management service"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
Loading…
Reference in New Issue