glib: build without dbus support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-09 21:16:03 +01:00
parent 2877c38648
commit 2a001130d9

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://www.gtk.org/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.27/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="zlib dbus"
PKG_BUILD_DEPENDS="toolchain zlib dbus gtk-doc glib-host"
PKG_DEPENDS="zlib"
PKG_BUILD_DEPENDS="toolchain zlib gtk-doc glib-host"
PKG_PRIORITY="optional"
PKG_SECTION="devel"
PKG_SHORTDESC="glib: C support library"