Skip to content

Commit

Permalink
fix: Electron needs libnotify
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Aug 20, 2024
1 parent b360769 commit ae53c66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/linux/sysroot_scripts/sysroot_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@
"libnettle8",
"libnghttp2-14",
"libnorm1",
# Electron needs this independent of Chromium as we use libnotify for notifications
"libnotify4",
# Electron needs this independent of Chromium as we use libnotify for notifications
"libnotify-dev",
"libnsl2",
"libnspr4",
"libnspr4-dev",
Expand Down

0 comments on commit ae53c66

Please sign in to comment.