Skip to content

Commit

Permalink
fix: add alternative drm library to allow usage with OpenSUSE (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratoi-crysty authored Oct 30, 2023
1 parent acdfdf4 commit 0ca9555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const spawn = require('./spawn')

const dependencyMap = {
atspi: 'at-spi2-core',
drm: 'libdrm',
drm: '(libdrm or libdrm2)',
gbm: '(mesa-libgbm or libgbm1)',
gconf: 'GConf2',
glib2: 'glib2',
Expand Down

0 comments on commit 0ca9555

Please sign in to comment.