On Wed, Jul 16, 2014 at 12:42 PM, Burton, Ross <[email protected]> wrote: > On 15 July 2014 22:33, Otavio Salvador <[email protected]> wrote: >> -PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', 'x11 wayland >> directfb', 'gtk+', '', d)}" >> +PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', 'x11 >> wayland', 'gtk+', '', d)}" >> PACKAGECONFIG[gtk+] = ",,gtk+ gtk+3," > > Some tools use GTK+2 and some use GTK+3, so as GTK+ 2 has DirectFB > support you could add pkgconfigs for gtk2 and gtk3, and still get some > tools when using directfb. > > Then again, the packageconfig doesn't add any determinism so this is > fairly broken anyway.
Yes I know but I don't think it is worth it at this moment. The build is broken now and most users been using X11 so I think it is not a blocker. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
