Opened 12 years ago
Closed 12 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)
Change History (4)
Changed 12 years ago by michaelld (Michael Dickens)
Attachment: | mesa_svn.diff added |
---|
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Owner: | changed from jeremyhu to jeremyhu@… |
---|
comment:2 Changed 12 years ago by michaelld (Michael Dickens)
Description: | modified (diff) |
---|
comment:3 Changed 12 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Patch to mesa to install extra headers required for <VG/openvg.h> to be usable.