[Mesa-dev] [PATCH 2/2] build: Fix installation of GLES2 headers

Eoff, Ullysses A ullysses.a.eoff at intel.com
Thu Aug 23 13:57:22 PDT 2012


This patch worked for me :)

U. Artie 


>-----Original Message-----
>From: Matt Turner [mailto:mattst88 at gmail.com]
>Sent: Thursday, August 23, 2012 1:42 PM
>To: mesa-dev at lists.freedesktop.org
>Cc: Eoff, Ullysses A; Matt Turner
>Subject: [PATCH 2/2] build: Fix installation of GLES2 headers
>
>Reported-by: U. Artie Eoff <ullysses.a.eoff at intel.com>
>---
> src/mapi/es2api/Makefile.am |   11 +++++------
> 1 files changed, 5 insertions(+), 6 deletions(-)
>
>diff --git a/src/mapi/es2api/Makefile.am b/src/mapi/es2api/Makefile.am
>index edd3c9f..c77f07e 100644
>--- a/src/mapi/es2api/Makefile.am
>+++ b/src/mapi/es2api/Makefile.am
>@@ -31,12 +31,11 @@ AM_CFLAGS = $(VISIBILITY_CFLAGS)
> pkgconfigdir = $(libdir)/pkgconfig
> pkgconfig_DATA = glesv2.pc
>
>-GLES_includedir = $(includedir)/GLES
>-GLES_include_HEADERS = \
>-	$(top_srcdir)/include/GLES/egl.h \
>-	$(top_srcdir)/include/GLES/gl.h \
>-	$(top_srcdir)/include/GLES/glext.h \
>-	$(top_srcdir)/include/GLES/glplatform.h
>+GLES2_includedir = $(includedir)/GLES2
>+GLES2_include_HEADERS = \
>+	$(top_srcdir)/include/GLES2/gl2.h \
>+	$(top_srcdir)/include/GLES2/gl2ext.h \
>+	$(top_srcdir)/include/GLES2/gl2platform.h
>
> lib_LTLIBRARIES = libGLESv2.la
>
>--
>1.7.8.6



More information about the mesa-dev mailing list