[OE-core] [PATCH] alsa-tools: Disable use of GTK+ when using DirectFB

Otavio Salvador otavio at ossystems.com.br
Wed Jul 16 16:20:35 UTC 2014


On Wed, Jul 16, 2014 at 12:42 PM, Burton, Ross <ross.burton at intel.com> wrote:
> On 15 July 2014 22:33, Otavio Salvador <otavio at ossystems.com.br> 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



More information about the Openembedded-core mailing list