chrome: add missing lib to addon

This commit is contained in:
CvH 2020-04-27 17:35:29 +02:00
parent fbe2203a3a
commit c52e4a0726
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
102
- support for latest Chrome
101
- fix download url

View File

@ -3,7 +3,7 @@
PKG_NAME="chrome"
PKG_VERSION="1.0"
PKG_REV="101"
PKG_REV="102"
PKG_ARCH="x86_64"
PKG_LICENSE="Custom"
PKG_SITE="http://www.google.com/chrome"
@ -66,6 +66,7 @@ addon() {
# libxcb
cp -PL $(get_install_dir chrome-libxcb)/usr/lib/libxcb.so.1 $ADDON_BUILD/$PKG_ADDON_ID/lib
cp -PL $(get_install_dir chrome-libxcb)/usr/lib/libxcb-dri3.so.0 $ADDON_BUILD/$PKG_ADDON_ID/lib
# libXcomposite
cp -PL $(get_install_dir chrome-libXcomposite)/usr/lib/libXcomposite.so.1 $ADDON_BUILD/$PKG_ADDON_ID/lib