Skip to content

Commit

Permalink
Bugfix: adding sysfs_preload as dependency of Oxide
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbentcope committed Jan 26, 2025
1 parent 259b413 commit 582b0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/oxide/package
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build() {
oxide() {
pkgdesc="Launcher application"
section="launchers"
installdepends=("oxide-utils=$pkgver" "liboxide=$pkgver" "libsentry=$_sentryver" reboot-guard jq display launcherctl)
installdepends=("oxide-utils=$pkgver" "liboxide=$pkgver" "libsentry=$_sentryver" reboot-guard jq display launcherctl sysfs_preload)
replaces=(erode tarnish decay corrupt)
conflicts=(erode tarnish decay corrupt)

Expand Down

0 comments on commit 582b0c5

Please sign in to comment.