Skip to content
GitLab
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 3,058
    • Issues 3,058
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,002
    • Merge requests 1,002
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !6069

meson: bump required glvnd version

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Eric Engestrom requested to merge eric/mesa:meson-bump-glvnd into master Jul 24, 2020
  • Overview 6
  • Commits 1
  • Pipelines 8
  • Changes 3

https://github.com/KhronosGroup/EGL-Registry/pull/95 has moved a couple of extensions defines and functions to the upstream eglext.h, but when 9a74746b sync'ed these files we broke compilation of apps that require these symbols on systems that don't have the updated Khronos headers.

On non-GLVND builds, we still provide these headers, so everything's fine, but on GLVND builds the Khronos headers are external so we need to make sure we have a libglvnd version that's recent enough.

Fixes: 9a74746b ("EGL: sync headers with Khronos")

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: meson-bump-glvnd