#37177: Fix mesa installed headers --------------------------+------------------------ Reporter: michaelld@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: mesa | --------------------------+------------------------ Description changed by michaelld@…: Old description:
Mesa installs the header ${prefix}/include/VG/vgplatform.h, which internally #include's <>. 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.
New description: 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. -- -- Ticket URL: <https://trac.macports.org/ticket/37177#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS