From 9e9a4cf4711e72a5eba81476205392097b107e07 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sat, 15 Aug 2009 22:58:13 +0800 Subject: egl: Add support for EGL_KHR_image_base. Individual drivers still need to implement the API hooks. --- src/egl/main/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/egl/main/Makefile') diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index c951b070f1..1fc51e930e 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -7,6 +7,7 @@ include $(TOP)/configs/current INCLUDE_DIRS = -I$(TOP)/include -I$(TOP)/src/mesa/glapi $(X11_INCLUDES) HEADERS = \ + eglclient.h \ eglcompiler.h \ eglconfig.h \ eglconfigutil.h \ @@ -16,6 +17,7 @@ HEADERS = \ egldisplay.h \ egldriver.h \ eglglobals.h \ + eglimage.h \ egllog.h \ eglmisc.h \ eglmode.h \ @@ -26,6 +28,7 @@ HEADERS = \ SOURCES = \ eglapi.c \ + eglclient.c \ eglconfig.c \ eglconfigutil.c \ eglcontext.c \ @@ -33,6 +36,7 @@ SOURCES = \ egldisplay.c \ egldriver.c \ eglglobals.c \ + eglimage.c \ egllog.c \ eglmisc.c \ eglmode.c \ -- cgit v1.2.3