[Mesa-dev] [Bug 38676] New: glproto pkg-config settings not propagated to src/glx/Makefile
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jun 25 11:31:49 PDT 2011
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: mesa-dev at lists.freedesktop.org
ReportedBy: svdb+freedesktop.org at stack.nl
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.
More information about the mesa-dev
mailing list