python-dbus: require libglib-devel on the target (#1474).
glib-devel requires perl and it's not being built for the target, hence require libglib-devel that is only required to link against the glib libraries.
This commit is contained in:
parent
b3cf4b6e7b
commit
65727584e0
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python-dbus'
|
||||
pkgname=python-dbus
|
||||
version=1.2.0
|
||||
revision=5
|
||||
revision=6
|
||||
lib32disabled=yes
|
||||
wrksrc="dbus-python-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python-devel python3.4-devel"
|
||||
makedepends="glib-devel dbus-glib-devel ${hostmakedepends/pkg-config/}"
|
||||
makedepends="libglib-devel dbus-glib-devel ${hostmakedepends/pkg-config/}"
|
||||
depends="python dbus"
|
||||
pycompile_module="dbus"
|
||||
short_desc="D-Bus Python2 bindings"
|
||||
|
|
Loading…
Reference in a new issue