Merge pull request #7269 from VoidNoire/patch-1
connman: added dbus dependency to satisfy system_bus_socket requirement of connmanctl
This commit is contained in:
commit
49105a37a0
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'connman'
|
||||
pkgname=connman
|
||||
version=1.34
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin
|
||||
|
@ -11,7 +11,7 @@ configure_args="--sbindir=/usr/bin
|
|||
--disable-tools --disable-wispr --with-openconnect=/usr/bin/openconnect"
|
||||
hostmakedepends="automake libtool pkg-config wpa_supplicant iptables"
|
||||
makedepends="libglib-devel dbus-devel iptables-devel gnutls-devel readline-devel"
|
||||
depends="wpa_supplicant"
|
||||
depends="dbus wpa_supplicant"
|
||||
short_desc="Open Source CONNection MANager"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in a new issue