umockdev: rework gobject-introspection related settings

* ensure gobject-introspection.bbclass sets XDG_DATA_DIRS properly
* remove extra --enable-introspection

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-02-04 13:29:27 +01:00
parent 4a1555c354
commit d3758bf816

View File

@@ -7,11 +7,11 @@ SRCREV = "a9a34ac0e71f6eae4432261ad3fd647dbee070cb"
PV = "0.12.1"
S = "${WORKDIR}/git"
inherit autotools pkgconfig gobject-introspection gtk-doc vala
inherit autotools pkgconfig vala gobject-introspection gtk-doc
DEPENDS += "glib-2.0 udev libgudev"
EXTRA_OECONF = "--disable-gtk-doc --enable-introspection"
EXTRA_OECONF += "--disable-gtk-doc"
# Although we disable doc we need ${S}/docs/gtk-doc.make
GTKDOC_DOCDIR = "${S}/docs"