summaryrefslogtreecommitdiff
path: root/src/Makefile.win32.features
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-05-19 15:53:55 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-05-20 08:13:45 +0100
commit87b764908a38cbb4159ac76d8b7d1d08a24b838e (patch)
tree90150c81390f7e8386474b43f28fbb8a939f3725 /src/Makefile.win32.features
parent17b41fe7e3b8b493341be6384d816105aadf0cb6 (diff)
[gl] Add EGL target
Split the GLX context from the GL surface to enable use of an alternative EGL interface.
Diffstat (limited to 'src/Makefile.win32.features')
-rw-r--r--src/Makefile.win32.features28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/Makefile.win32.features b/src/Makefile.win32.features
index 9e7bffe5..f90c36b8 100644
--- a/src/Makefile.win32.features
+++ b/src/Makefile.win32.features
@@ -203,6 +203,34 @@ ifeq ($(CAIRO_HAS_GL_SURFACE),1)
enabled_cairo_pkgconf += cairo-gl.pc
endif
+supported_cairo_headers += $(cairo_gl_glx_headers)
+all_cairo_headers += $(cairo_gl_glx_headers)
+all_cairo_private += $(cairo_gl_glx_private)
+all_cairo_sources += $(cairo_gl_glx_sources)
+ifeq ($(CAIRO_HAS_GL_GLX_SURFACE),1)
+enabled_cairo_headers += $(cairo_gl_glx_headers)
+enabled_cairo_private += $(cairo_gl_glx_private)
+enabled_cairo_sources += $(cairo_gl_glx_sources)
+endif
+all_cairo_pkgconf += cairo-gl-glx.pc
+ifeq ($(CAIRO_HAS_GL_GLX_SURFACE),1)
+enabled_cairo_pkgconf += cairo-gl-glx.pc
+endif
+
+supported_cairo_headers += $(cairo_gl_egl_headers)
+all_cairo_headers += $(cairo_gl_egl_headers)
+all_cairo_private += $(cairo_gl_egl_private)
+all_cairo_sources += $(cairo_gl_egl_sources)
+ifeq ($(CAIRO_HAS_GL_EGL_SURFACE),1)
+enabled_cairo_headers += $(cairo_gl_egl_headers)
+enabled_cairo_private += $(cairo_gl_egl_private)
+enabled_cairo_sources += $(cairo_gl_egl_sources)
+endif
+all_cairo_pkgconf += cairo-gl-egl.pc
+ifeq ($(CAIRO_HAS_GL_EGL_SURFACE),1)
+enabled_cairo_pkgconf += cairo-gl-egl.pc
+endif
+
unsupported_cairo_headers += $(cairo_glitz_headers)
all_cairo_headers += $(cairo_glitz_headers)
all_cairo_private += $(cairo_glitz_private)