VirtualBox

Changeset 60101 in vbox


Ignore:
Timestamp:
Mar 18, 2016 4:01:38 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Qt5 migration (part 111): X11: Installer: .run package should create symlinks for legacy stuff if no libxcb found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/install.sh

    r59883 r60101  
    327327    fi
    328328
     329    # Create legacy symlinks if necesary for Qt5/xcb stuff.
     330    XCB_PRESENT=`ldconfig -p | grep "\<libxcb\.so\>"`
     331    if [ -z "$XCB_PRESENT" ]; then
     332        ln -s $INSTALLATION_DIR/legacy/* $INSTALLATION_DIR/
     333    fi
     334
    329335    # Icons
    330336    cur=`pwd`
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