Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to disable OpenVG
Forum Updated to NodeBB v4.3 + New Features

How to disable OpenVG

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 2 Posters 675 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mark81
    wrote on last edited by Mark81
    #1

    I'm cross-compiling Qt 5.9.2 for Raspberry Pi and Raspbian Stretch. The build fails when it tries to link against libOpenVG. It seems it's not available for Stretch... how can I disable this in the configure command? I didn't find anything related in the help.

    EDIT:
    I've found that in /opt/vc/lib/ there is a libbrcmOpenVG.so. Symlink it as /usr/lib/arm-linux-gnueabihf/libOpenVG.so seems to do the trick. But it's correct? In the same folder there are also libbrcmEGL.so and libbrcmGLESv2.so that I installed using packages like libgles2-mesa, libegl1-mesa, etc...

    I should re-build everything using the libraries in /opt/vc/lib instead?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      AFAIK, that's a recent change. By instinct, I'd go with the rcm version of the libraries but you will likely have to do similar symlinks for Qt to find and use them.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved