VirtualBox

Changeset 59233 in vbox


Ignore:
Timestamp:
Dec 31, 2015 10:35:59 AM (9 years ago)
Author:
vboxsync
Message:

bugref:8087: Additions/x11: support non-root X server: when we load the system OpenGL library into a process (the X server process) to replac ours, we want to load the system EGL library too, to make sure that the process does not use our EGL library, which depends on an underlying GLX implementation, in combination with the system OpenGL library, which can also be used without GLX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r59181 r59233  
    11481148    {
    11491149        dlopen("/tmp/VBoxOGL/system/libGL.so.1", RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND);
     1150        dlopen("/tmp/VBoxOGL/system/libEGL.so.1", RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND);
    11501151    }
    11511152}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette