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

Build on OpenBSD #1993

Merged
merged 2 commits into from
Oct 1, 2021
Merged

Build on OpenBSD #1993

merged 2 commits into from
Oct 1, 2021

Commits on Sep 30, 2021

  1. Build on OpenBSD

    Just like Linux, OpenBSD is sufficiently supported using GTK+3.
    
    No platform specific changes required to successfully run the examples
    and real-world applications like Psst (spotify GUI client).
    
    The pre-push hook mentioned in CONTRIBUTING.md runs sucessfully on
    OpenBSD/amd64 7.0 (after pointing druid to a ported version of piet in
    .cargo/config.toml to allow building in the first place), i.e. no lint
    or build failure.
    klemensn committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    a4b032b View commit details
    Browse the repository at this point in the history
  2. Update druid-shell/build.rs

    Fix OS detection logic (thanks @maan2003)
    
    Co-authored-by: Manmeet Maan <49202620+Maan2003@users.noreply.github.com>
    klemensn and maan2003 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    20534f5 View commit details
    Browse the repository at this point in the history