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. QT5.3.2 installation with libIMGegl and libsrv_um
Forum Update on Monday, May 27th 2025

QT5.3.2 installation with libIMGegl and libsrv_um

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.2k Views
  • 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.
  • E Offline
    E Offline
    EricZ89
    wrote on last edited by
    #1

    Hello, I am working in an Open Embedded environment and am updating from QT5.2.1 to QT5.3.2.
    So far everything has built and compiled perfectly! However, it has been noted that following files were missing in the output /usr/lib directory:
    libIMGegl.so
    libsrv_um.so
    I would like to have these files built.

    Using the qtbase.inc file, I tried to modify the following:
    PACKAGECONFIG_GL ?= "${@base_contains('DISTRO_FEATURES', 'opengl', 'gl', 'gles2', d)}"
    GLES_EXTRA_DEPS = "libdrm wayland"
    PACKAGECONFIG[gles2] = "-opengl es2 -eglfs,,virtual/libgles2 virtual/egl ${GLES_EXTRA_DEPS}"
    Note that these modification were made due to an article I read on the web.

    There are quite a large number of recipes, directories, and files that can be built with QT5.3.2, and I am not sure which one includes the libIMGegl and libsrv_im that I am looking for.

    Can anyone help to clarify what I might need to include?
    Thanks!

    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