Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
mesa
mesa
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,373
    • Issues 2,373
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 657
    • Merge Requests 657
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Issues
  • #76

Closed
Open
Opened Sep 18, 2019 by Bugzilla Migration User@bugzilla-migration

glproto pkg-config settings not propagated to src/glx/Makefile

Submitted by Serge van den Boom

Assigned to mes..@..op.org

Link to original bug (#38676)

Description

Created attachment 48406 Fix for glproto pkg-config settings not being propagated to src/glx/Makefile, for Mesa 7.10.3.

If glproto is installed in some directory which isn't already included in the includes path, building Mesa will fail in src/glx/ because GL/glproto.h can not be found.

The reason for this is that the settings from 'pkg-config --cflags glproto' are not propagated to src/glx/Makefile.

Fix: add 'GLPROTO_CFLAGS = @GLPROTO_CFLAGS@' to configs/autoconf.in and '$(GLPROTO_CFLAGS) ' to INCLUDES in src/glx/Makefile.

A patch for Mesa 7.10.3 is attached.

Attachment 48406, "Fix for glproto pkg-config settings not being propagated to src/glx/Makefile, for Mesa 7.10.3.":
glprotofix.diff

Version: 7.10

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: mesa/mesa#76