mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(troubleshooting): drops obsolete dependencies (#5354)
It looks like chromium dropped gconf in 2017, while at it remove some other libs from the gtk2 era and bump libappindicator to a gtk3 version. Current dependencies list for chromium 79 used as reference: https://chromium.googlesource.com/chromium/src.git/+/refs/tags/79.0.3945.144/build/install-build-deps.sh#232
This commit is contained in:
parent
3effcafcd1
commit
fb806109a0
@ -48,8 +48,7 @@ machine to check which dependencies are missing. The common ones are provided be
|
||||
```
|
||||
ca-certificates
|
||||
fonts-liberation
|
||||
gconf-service
|
||||
libappindicator1
|
||||
libappindicator3-1
|
||||
libasound2
|
||||
libatk-bridge2.0-0
|
||||
libatk1.0-0
|
||||
@ -61,8 +60,6 @@ libexpat1
|
||||
libfontconfig1
|
||||
libgbm1
|
||||
libgcc1
|
||||
libgconf-2-4
|
||||
libgdk-pixbuf2.0-0
|
||||
libglib2.0-0
|
||||
libgtk-3-0
|
||||
libnspr4
|
||||
@ -96,7 +93,6 @@ xdg-utils
|
||||
alsa-lib.x86_64
|
||||
atk.x86_64
|
||||
cups-libs.x86_64
|
||||
GConf2.x86_64
|
||||
gtk3.x86_64
|
||||
ipa-gothic-fonts
|
||||
libXcomposite.x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user