From eed47ad026aa4cdd4034187043ece98be2ebb5f6 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 26 Jan 2017 19:22:34 +0100 Subject: lxsession: with latest oe-core gobject-introspection is needed Otherwise you get build errors like this: | error: Package `glib-2.0' not found in specified Vala API directories | or GObject-Introspection GIR directories Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-lxde/lxsession/lxsession_0.5.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-lxde/lxsession/lxsession_0.5.2.bb b/recipes-lxde/lxsession/lxsession_0.5.2.bb index 4af1611..92fd12c 100644 --- a/recipes-lxde/lxsession/lxsession_0.5.2.bb +++ b/recipes-lxde/lxsession/lxsession_0.5.2.bb @@ -23,6 +23,6 @@ python __anonymous () { d.setVar("DEPENDS", "%s gtk+" % depends) } -inherit autotools pkgconfig gettext +inherit autotools pkgconfig gettext gobject-introspection FILES_${PN} += "${datadir}/lxsession" -- cgit v1.2.3