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

Burton, Ross ross.burton at intel.com
Wed Jul 16 15:42:59 UTC 2014


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.

Ross



More information about the Openembedded-core mailing list