[meta-freescale] ALSA in meta-qt5

Philip Craig phil at blackmoth.com.au
Fri Dec 13 17:17:21 PST 2013


On Sat, Dec 14, 2013 at 5:24 AM, Alfonso Tamés <alfonso at mantic.mx> wrote:
> Does anyone know why if alsa-lib is getting included in IMAGE_INSTALL_append, meta-qt5 is configuring qt5 with the -no-alsa flag?

You need to add alsa to the qtbase PACKAGECONFIG. It can't auto detect
that the image includes alsa-lib because it uses the same qtbase for
all images.
I haven't tested, but try something like:

PACKAGECONFIG_append_pn-qtbase = " alsa"


More information about the meta-freescale mailing list