VirtualBox

Changeset 69988 in vbox


Ignore:
Timestamp:
Dec 7, 2017 4:17:56 PM (7 years ago)
Author:
vboxsync
Message:

Additions/common/OpenGL: no static runtime in VBoxEGL.
bugref:9060: vboxvideo: hanging login screen starting Ubuntu 17.10 guest with 3D
This change removes the static runtime library from VBoxEGL.so, similar to
r119487/public r69981 for VBoxOGL.so. Note that both libraries pull in
VBoxOGLcrutil.so, which contains both the runtime and the Guest libraries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk

    r69981 r69988  
    728728 VBoxEGL_INCS           = $(VBOX_PATH_X11_ROOT)/mesa-11.0.7
    729729endif
    730 VBoxEGL_LIBS           = $(VBOX_LIB_OGL) $(VBOX_LIB_IPRT_GUEST_R3_SHARED)
     730VBoxEGL_LIBS           = $(VBOX_LIB_OGL) # $(VBOX_LIB_IPRT_GUEST_R3_SHARED)
    731731VBoxEGL_SONAME.linux   = libEGL.so.1
    732732
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