Skip to content

Commit

Permalink
More dependencies for RPM package (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er authored Jan 17, 2025
1 parent 5a9414a commit 0c6a56e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions freelens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,18 @@
"packageCategory": "devel"
},
"rpm": {
"depends": [
"gtk3",
"libnotify",
"nss",
"libXScrnSaver",
"(libXtst or libXtst6)",
"xdg-utils",
"at-spi2-core",
"(libdrm2 or libdrm)",
"(libgbm1 or libgmb or mesa-libgbm)",
"(alsa-lib or libalsa2 or libasound2)"
],
"executableArgs": [
"--ozone-platform-hint=auto"
],
Expand Down

0 comments on commit 0c6a56e

Please sign in to comment.