Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognise OpenBSD to unbreak build #1253

Merged
merged 3 commits into from
Jan 4, 2024
Merged

Commits on Dec 27, 2023

  1. Recognise OpenBSD to unbreak build

    ```
      error[E0425]: cannot find value `get_shell_ffi` in this scope
        --> src/utils.rs:69:48
    ```
    
    Otherwise spotifyd-0.3.5 works great on OpenBSD/amd64 7.4-current.
    klemensn committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    bd6017b View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. doc: brief OpenBSD bits

    Users are always advised to use official binary packages and/or build
    spotifyd themselves using official ports infrastructure (from which
    packages are built), so haven't duplicated any compilation instructions
    here.
    
    The official package also ships a README with a suggestion on how to
    configure and run `spotifyd` which ought to be enough, anyways.
    klemensn committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    2f2c4a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    9650590 View commit details
    Browse the repository at this point in the history