Opened 12 years ago
Last modified 12 years ago
#37177 closed defect
Fix mesa installed headers — at Version 2
Reported by: | michaelld (Michael Dickens) | Owned by: | jeremyhu@… |
---|---|---|---|
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.
Change History (3)
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) |
---|
Note: See
TracTickets for help on using
tickets.
Patch to mesa to install extra headers required for <VG/openvg.h> to be usable.