modemmanager: add dbus-glib dependency

* otherwise fails with:
  | checking for MM... no
  | configure: error: Package requirements (dbus-glib-1 >= 0.86 glib-2.0
    >= 2.18 gmodule-2.0 gobject-2.0) were not met:
  |
  | No package 'dbus-glib-1' found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2014-07-25 11:58:51 +02:00
parent 2ea5feedac
commit 31edfae0e2
@@ -1,4 +1,4 @@
DEPENDS = "ppp udev glib-2.0"
DEPENDS = "ppp udev glib-2.0 dbus-glib"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"