On Fri, 20 Sep 2019 at 18:09, Jean-Baptiste MARIE <jbaptiste.ma...@gmail.com>
wrote:

> Hello,
> I am facing a problem that has already been addressed but not solved yet.
> When building "bitbake core-image-sato" for SolidRun iMX6 SOM, I always get
> an error message during configure task of matchbox-panel-2. The error is
> the following:
> checking for glib-2.0
>                   gmodule-export-2.0
>                   x11
>                   gdk-x11-3.0
>                   gtk+-3.0... no
> configure: error: Package requirements (glib-2.0
>                   gmodule-export-2.0
>                   x11
>                   gdk-x11-3.0
>                   gtk+-3.0) were not met:
>
> No package 'gdk-x11-3.0' found
>

gdk-x11-3.0 comes from Gtk+3 (as long as Gtk is compiled with X11 support).
Since matchbox-panel-2 is even trying to build, you should have the "x11"
distro feature enabled and this should really mean that Gtk does include
gdk-x11-3.0 by default...

I'd start with checking the Gtk+3 build: is the "x11" packageconfig really
enabled for gtk+3? Do your layers have bbappends that modify the Gtk recipe
somehow?

If you would like more help you need to at least list the layers (and their
branches) you use.
HTH,
Jussi



> If I run bitbake gdk-x11-3.0, I get:
> ERROR: Nothing PROVIDES 'gdk-x11-3.0'
>
> Any idea of what is wrong please?
>
> Thanks for your help.
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to