Skip to content

Commit

Permalink
add dbus to build-time deps
Browse files Browse the repository at this point in the history
the build was erroing out with `'dbus-run-session' not found or not
executable`

apk search shows that this command comes from dbus package and adding
dbus as build-time dependency fixes the error.

Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
  • Loading branch information
kranurag7 committed Jan 15, 2025
1 parent 42b6f6b commit 20bef12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- dbus
- glib-dev
- glib-gir
- gobject-introspection-dev
Expand Down

0 comments on commit 20bef12

Please sign in to comment.