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

mesa: apply patch to fix gallium-xa detection #237265

Closed
wants to merge 1 commit into from
Closed

mesa: apply patch to fix gallium-xa detection #237265

wants to merge 1 commit into from

Commits on Jun 11, 2023

  1. mesa: apply patch to fix gallium-xa detection

    This commit applies a patch submitted upstream that allows mesa's
    meson to set `gallium-xa` automatically depending on (a large number
    of) other features' enablement/disablement.
    
      https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23581
    
    In order to get mesa to do this detection for us, we must use
    `mesonAutoFeatures="auto"` for mesa; otherwise it cannot distinguish
    between `auto` and `enabled`.
    
    Without this commit, mesa does not make it past the configurePhase
    on powerpc64le.
    Adam Joseph committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    7fe86c3 View commit details
    Browse the repository at this point in the history