There's no need to inherit gnome as it pulls in spurious dependencies for a
non-graphical library, so just inherit gnomebase.
Also remove the --disable-introspection option as gnomebase already does that.
Signed-off-by: Ross Burton <ross.burton@intel.com>
SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf"
SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd"
-inherit gnome gettext lib_package
-
-EXTRA_OECONF = "--disable-introspection"
+inherit gnomebase gettext lib_package
BBCLASSEXTEND = "native"