How to enable OpenVG support with meta-qt5?

Discussion in 'Yocto' started by cyrilf, Jun 25, 2018.

  1. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
    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?
     
  2. modjo

    modjo Active Member

    Joined:
    Sep 29, 2014
    Messages:
    417
    Likes Received:
    127
    Hi, sorry but never try to do this !
     

Share This Page