VirtualBox

Changeset 18907 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Apr 15, 2009 3:22:27 PM (16 years ago)
Author:
vboxsync
Message:

Solaris/Additions: mouse wheel fix for Xorg 1.5.x

Location:
trunk/src/VBox/Additions
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/postinstall.sh

    r18657 r18907  
    213213        rm -f $vboxadditions_path/$xorgconf_unfit
    214214    fi
    215 
    216     $vboxadditions_path/x11config.pl
     215    case "$xorgversion" in
     216        7.1.* | 7.2.* | 6.9.* | 7.0.* | 1.3.* )
     217            $vboxadditions_path/x11config.pl
     218            ;;
     219        1.5.* )
     220            $vboxadditions_path/x11config15sol.pl
     221            ;;
     222    esac
    217223fi
    218224
  • trunk/src/VBox/Additions/solaris/Makefile.kmk

    r18659 r18907  
    154154                $(VBOX_PATH_X11_ADDITION_INSTALLER)/98vboxadd-xclient \
    155155                $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config.pl \
     156                $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config15sol.pl \
    156157                $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11restore.pl \
    157158                $(VBOX_PATH_X11_ADDITION_INSTALLER)/solaris_xorg.conf \
     
    187188        $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/98vboxadd-xclient                    $(SOLARIS_ADD_INST_DIR)/1099.vboxclient
    188189        $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config.pl                         $(SOLARIS_ADD_INST_DIR)/x11config.pl
     190        $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config15sol.pl                    $(SOLARIS_ADD_INST_DIR)/x11config15sol.pl
    189191        $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11restore.pl                        $(SOLARIS_ADD_INST_DIR)/x11restore.pl
    190192        $(QUIET)$(INSTALL) -m 0644 $(VBOX_PATH_X11_ADDITION_INSTALLER)/solaris_xorg.conf                    $(SOLARIS_ADD_INST_DIR)/solaris_xorg.conf
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