On Sat, Dec 14, 2013 at 5:24 AM, Alfonso Tamés <[email protected]> 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" _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
