modemmanager: add glib-2.0-native dependency and inherit gobject-introspection

This commit is contained in:
Ramon Moesching 2018-05-17 14:09:38 +02:00
parent 0ef1398458
commit 2d5893a54e
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = " \
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
"
inherit autotools gettext gtk-doc systemd
inherit autotools gettext gtk-doc systemd gobject-introspection
DEPENDS = "glib-2.0 libmbim libqmi polkit libgudev dbus-glib libxslt-native"
DEPENDS = "glib-2.0 libmbim libqmi polkit libgudev dbus-glib libxslt-native glib-2.0-native"
SRC_URI = " \
git://anongit.freedesktop.org/ModemManager/ModemManager \