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:
Juan RP 2015-05-02 03:22:13 +02:00
parent b3cf4b6e7b
commit 65727584e0

View file

@ -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"