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

Mark wayland-backend as optional dependency #6342

Merged
merged 2 commits into from
Nov 1, 2024
Merged

Commits on Oct 31, 2024

  1. Mark wayland-backend as optional dependency

    Fixes #6315
    
    09ac8c5 introduced the `wayland-backend` dependency, but did not mark it as optional, this prevented the build from successfully completing on X11 systems without Wayland development libraries.
    acook authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5c14e2b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Add wayland-backend to wayland feature requirements

    By making `wayland-backend` optional, it broke the builds which used Wayland since it was never required by the `wayland` feature.
    acook authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    bf1aaf3 View commit details
    Browse the repository at this point in the history