Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,710
    • Issues 2,710
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 903
    • Merge requests 903
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !4960

panfrost: don't always build bifrost_compiler

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Qiang Yu requested to merge yuq825/mesa:topic/fix-lima-compile into master May 08, 2020
  • Overview 1
  • Commits 1
  • Pipelines 5
  • Changes 2

src/panfrost/shared is shared with lima driver, build bifrost_compiler for lima driver is meaningless and get link error when only lima driver is enabled.

So only build bifrost_compiler when configued with: meson -Dtools=panfrost

Fixes: ec2a59cd "panfrost: Move non-Gallium files outside of Gallium" Signed-off-by: Qiang Yu yuq825@gmail.com

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/fix-lima-compile