summaryrefslogtreecommitdiff
path: root/src/Makefile.win32.features
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-06-14 16:05:14 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-06-14 16:05:14 +0100
commit072a200ec502bf5ac3e62702e6f14ed18171b1e0 (patch)
tree6c3946cae9d67578c567d73d9eb124636eb8d267 /src/Makefile.win32.features
parent4a0bd91ff77c8afddde6d09495bc9ca7242f953d (diff)
downloadcairo-072a200ec502bf5ac3e62702e6f14ed18171b1e0.tar.gz
build: Add wgl to Makefile.sources and regenerate features.
Diffstat (limited to 'src/Makefile.win32.features')
-rw-r--r--src/Makefile.win32.features14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Makefile.win32.features b/src/Makefile.win32.features
index a4efe77c5..3cbdd2e3f 100644
--- a/src/Makefile.win32.features
+++ b/src/Makefile.win32.features
@@ -357,6 +357,20 @@ ifeq ($(CAIRO_HAS_GLX_FUNCTIONS),1)
enabled_cairo_pkgconf += cairo-glx.pc
endif
+supported_cairo_headers += $(cairo_wgl_headers)
+all_cairo_headers += $(cairo_wgl_headers)
+all_cairo_private += $(cairo_wgl_private)
+all_cairo_sources += $(cairo_wgl_sources)
+ifeq ($(CAIRO_HAS_WGL_FUNCTIONS),1)
+enabled_cairo_headers += $(cairo_wgl_headers)
+enabled_cairo_private += $(cairo_wgl_private)
+enabled_cairo_sources += $(cairo_wgl_sources)
+endif
+all_cairo_pkgconf += cairo-wgl.pc
+ifeq ($(CAIRO_HAS_WGL_FUNCTIONS),1)
+enabled_cairo_pkgconf += cairo-wgl.pc
+endif
+
unsupported_cairo_headers += $(cairo_script_headers)
all_cairo_headers += $(cairo_script_headers)
all_cairo_private += $(cairo_script_private)