Skip to content

Commit

Permalink
feat: add dependencies support for OpenSuse Leap (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein authored Nov 30, 2020
1 parent 5d6602a commit d5be9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const spawn = require('./spawn')
const dependencyMap = {
atspi: 'at-spi2-core',
drm: 'libdrm',
gbm: 'mesa-libgbm',
gbm: '(mesa-libgbm or libgbm1)',
gconf: 'GConf2',
glib2: 'glib2',
gtk2: 'gtk2',
Expand All @@ -19,7 +19,7 @@ const dependencyMap = {
nss: '(nss or mozilla-nss)',
trashCli: 'trash-cli',
uuid: '(libuuid or libuuid1)',
xcbDri3: 'libxcb',
xcbDri3: '(libxcb or libxcb1)',
xdgUtils: 'xdg-utils',
xss: 'libXScrnSaver',
xtst: '(libXtst or libXtst6)'
Expand Down

0 comments on commit d5be9c4

Please sign in to comment.