Skip to content

Commit

Permalink
Don't enable DBUS by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTeixidor committed Mar 15, 2018
1 parent 125abaa commit 59c55b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ features = ["with-tremor"]
alsa_backend = ["librespot/alsa-backend"]
pulseaudio_backend = ["librespot/pulseaudio-backend"]
dbus_mpris = ["dbus", "dbus-tokio"]
default = ["alsa_backend", "dbus_mpris"]
default = ["alsa_backend"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ as well as some tools specifically designed for use with the official Spotify
client such as [sp](https://gist.github.com/wandernauta/6800547) (requires
changing the DBus service name to spotifyd instead of spotify).

The D-Bus server is by default and currently requires a nightly rust compiler.
Disable the `dbus_mpris` feature when compiling to disable it.
The D-Bus server is currently experimental and requires a nightly rust compiler.
Enable the `dbus_mpris` feature when compiling to try it out.

## Running as a systemd service

Expand Down
4 changes: 1 addition & 3 deletions arm-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM dlecan/rust-crosscompiler-arm:stable

RUN apt-get update
RUN apt-get install -qq -y libasound2-dev:armhf pkg-config libdbus-1-dev:armhf
RUN rustup default nightly
RUN rustup target add arm-unknown-linux-gnueabihf
RUN apt-get install -qq -y libasound2-dev:armhf pkg-config

VOLUME ["/source"]
WORKDIR /source
Expand Down

0 comments on commit 59c55b8

Please sign in to comment.