VirtualBox

Changeset 71886 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 17, 2018 8:00:55 PM (7 years ago)
Author:
vboxsync
Message:

Linux Additions/3D: add symbols needed by Mutter in Ubuntu 18.04.
#9162: Fix linking trouble on Ubuntu 18.04 with our GA-provided fake libGL.so
Add some symbols needed by Mutter on Ubuntu 18.04 in a rather hacky way.
All of them are simply renamed versions of symbols that we already provide.
It is not unlikely that we will need to add more in the same way in future.
Fix a Windows and OS X burn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/chromium.h

    r71880 r71886  
    6464/* Quick fix so as not to update the version of glext.h we provide. */
    6565#ifdef GL_GLEXT_PROTOTYPES
     66# if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS)
    6667GLAPI void APIENTRY glFramebufferTexture2D (GLenum, GLenum, GLenum, GLuint, GLint);
    6768GLAPI void APIENTRY glBindFramebuffer (GLenum, GLuint);
    6869GLAPI void APIENTRY glBlitFramebuffer (GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLbitfield, GLenum);
    6970GLAPI void APIENTRY glGenFramebuffers (GLsizei, GLuint *);
     71# endif
    7072#endif
    7173
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