Hi, Have you ever enabled a third party library support for meta-qt5? I'd like to enable OpenVG to be able to display SVG elements with a reasonable CPU usage. Now it uses more than 70% of the CPU to display 3 simple SVG files on a 7'' screen. I've added this line to my configuration file: Code: PACKAGECONFIG_append_pn-qtbase = " openvg" but nothing happened. I wonder if I forgot to set a QT_* env variable or something?