On Tue, Feb 21, 2012 at 1:07 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Tue, Feb 21, 2012 at 11:25 AM, Steve Sakoman <sako...@gmail.com> wrote: >> >> | configure: error: Package requirements (cairo-xlib >= 1.6) were not met: >> | >> | No package 'cairo-xlib' found > > Add DEPENDS += "cairo"
Nope, cairo is already in the DEPENDS list for gtk+. Seems the issue is that on that build machine (the 4 core) cairo isn't being built with --with-x=yes. The cairo recipe checks for x11 in DISTRO_FEATURES and does --with-x=yes if it is present. Since Poky doesn't have x11 in DISTRO_FEATURES, cairo builds without xlib support by default. On my other build machine (the 8 core) some other package must be triggering cairo to build with xlib enabled and I don't get the gtk+ error. Not sure what the proper fix is. Suggestions welcome. In order to get work done I'll probably append x11 to distro features in my layer and deal with it when I have more time. Steve _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core