Bug 38676 - glproto pkg-config settings not propagated to src/glx/Makefile
Summary: glproto pkg-config settings not propagated to src/glx/Makefile
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: GLX (show other bugs)
Version: 7.10
Hardware: All All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-25 11:31 UTC by Serge van den Boom
Modified: 2019-09-18 17:43 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Fix for glproto pkg-config settings not being propagated to src/glx/Makefile, for Mesa 7.10.3. (818 bytes, application/octet-stream)
2011-06-25 11:31 UTC, Serge van den Boom
Details

Description Serge van den Boom 2011-06-25 11:31:49 UTC
Created attachment 48406 [details]
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.
Comment 1 GitLab Migration User 2019-09-18 17:43:43 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/76.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.