Remove playerctl from depencency list

This commit is contained in:
Elara 2021-11-24 16:46:57 -08:00
parent 8aada58d64
commit 70006a3d7b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ To cross compile, simply set the go environment variables. For example, for Pine
make GOOS=linux GOARCH=arm64
```
This will compile `itd` and `itctl` for Linux aarch64 which is what runs on the PinePhone. This daemon only runs on Linux due to the library's dependencies (`dbus`, `bluez`, and `playerctl` specifically).
This will compile `itd` and `itctl` for Linux aarch64 which is what runs on the PinePhone. This daemon only runs on Linux due to the library's dependencies (`dbus`, and `bluez` specifically).
---