VirtualBox

Ignore:
Timestamp:
Dec 7, 2015 3:21:57 PM (9 years ago)
Author:
vboxsync
Message:

bugref:8153: vboxvideo: ABI issues / software rendering on Linux guest: make OpenGL installation work on Solaris 10 too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/vbox_vendor_select

    r59018 r59024  
    1 #!/bin/ksh93
     1#!/bin/ksh
    22#
    33# Based on mesa_vendor_select from Solaris 11.3 with the following copyright:
     
    2727
    2828LINKDIR=/system/volatile/opengl
     29if [[ ! -d ${LINKDIR] ]] ; then
     30    LINKDIR=/var/run/opengl
     31fi
     32if [[ ! -d ${LINKDIR] ]] ; then
     33    exit 1
     34fi
    2935MESA_SELECT=/lib/opengl/ogl_select/mesa_vendor_select
    3036
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