ModemManager: enable qcom-soc plugin.
This allows ModemManager to work with the modem on Qualcomm based boards.
This commit is contained in:
parent
fed01d27f6
commit
f3309bf430
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'ModemManager'
|
||||
pkgname=ModemManager
|
||||
version=1.16.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--disable-static --with-polkit=permissive
|
||||
--with-udev-base-dir=/usr/lib/udev $(vopt_enable gir introspection)
|
||||
$(vopt_enable gir vala)"
|
||||
--with-udev-base-dir=/usr/lib/udev --enable-plugin-qcom-soc
|
||||
$(vopt_enable gir introspection) $(vopt_enable gir vala)"
|
||||
hostmakedepends="pkg-config autoconf $(vopt_if gir vala-devel)
|
||||
glib-devel libxslt-devel"
|
||||
makedepends="libglib-devel libgudev-devel polkit-devel libqmi-devel
|
||||
|
|
Loading…
Reference in New Issue