Mesa (master): build: Fix installation of GLES2 headers

Matt Turner mattst88 at kemper.freedesktop.org
Thu Aug 23 21:06:42 UTC 2012


Module: Mesa
Branch: master
Commit: 68a2c510a6f8f62377dd745babe9d71ed4c192d3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=68a2c510a6f8f62377dd745babe9d71ed4c192d3

Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Aug 23 13:29:48 2012 -0700

build: Fix installation of GLES2 headers

Reported-by: U. Artie Eoff <ullysses.a.eoff at intel.com>
Tested-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 7430780..9febc4b 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
 




More information about the mesa-commit mailing list