From d3758bf816f2d8738bee7b517b78ad4969da9752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 4 Feb 2019 13:29:27 +0100 Subject: [PATCH] umockdev: rework gobject-introspection related settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ensure gobject-introspection.bbclass sets XDG_DATA_DIRS properly * remove extra --enable-introspection Signed-off-by: Andreas Müller --- recipes-support/umockdev/umockdev_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/umockdev/umockdev_git.bb b/recipes-support/umockdev/umockdev_git.bb index 41b0d06b..595b42bb 100644 --- a/recipes-support/umockdev/umockdev_git.bb +++ b/recipes-support/umockdev/umockdev_git.bb @@ -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"