Opened 11 years ago

Closed 11 years ago

#37177 closed defect (fixed)

Fix mesa installed headers

Reported by: michaelld (Michael Dickens) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: mesa

Description (last modified by michaelld (Michael Dickens))

Mesa installs the header ${prefix}/include/VG/vgplatform.h, which internally #include's <KHR/khrplatform.h>. This header is found in, but not installed by, Mesa, and required when checking to see if OpenVG works. I'm attaching a simple patch that changes the Mesa install to include this header.

Attachments (1)

mesa_svn.diff (1.5 KB) - added by michaelld (Michael Dickens) 11 years ago.
Patch to mesa to install extra headers required for <VG/openvg.h> to be usable.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by michaelld (Michael Dickens)

Attachment: mesa_svn.diff added

Patch to mesa to install extra headers required for <VG/openvg.h> to be usable.

comment:1 Changed 11 years ago by jmroot (Joshua Root)

Owner: changed from jeremyhu to jeremyhu@…

comment:2 Changed 11 years ago by michaelld (Michael Dickens)

Description: modified (diff)

comment:3 Changed 11 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: newclosed

Since qt4-mac +openvg will not work without this change, and the port is openmaintainer, and it's been a couple of days, and the change it pretty minor, I went ahead and checked it in in r100202.

Note: See TracTickets for help on using tickets.