https://bugs.freedesktop.org/show_bug.cgi?id=38676
Summary: glproto pkg-config settings not propagated to
src/glx/Makefile
Product: Mesa
Version: 7.10
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: GLX
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=48406)
--> (https://bugs.freedesktop.org/attachment.cgi?id=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.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev