diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-14 16:05:14 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-14 16:05:14 +0100 |
commit | 072a200ec502bf5ac3e62702e6f14ed18171b1e0 (patch) | |
tree | 6c3946cae9d67578c567d73d9eb124636eb8d267 /build | |
parent | 4a0bd91ff77c8afddde6d09495bc9ca7242f953d (diff) |
build: Add wgl to Makefile.sources and regenerate features.
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.win32.features | 1 | ||||
-rw-r--r-- | build/Makefile.win32.features-h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/build/Makefile.win32.features b/build/Makefile.win32.features index 5c283ac4..1d6fd8cb 100644 --- a/build/Makefile.win32.features +++ b/build/Makefile.win32.features @@ -24,6 +24,7 @@ CAIRO_HAS_DIRECTFB_SURFACE=0 CAIRO_HAS_VG_SURFACE=0 CAIRO_HAS_EGL_FUNCTIONS=0 CAIRO_HAS_GLX_FUNCTIONS=0 +CAIRO_HAS_WGL_FUNCTIONS=0 CAIRO_HAS_SCRIPT_SURFACE=0 CAIRO_HAS_FT_FONT=0 CAIRO_HAS_FC_FONT=0 diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h index 1e66889e..9d9468cd 100644 --- a/build/Makefile.win32.features-h +++ b/build/Makefile.win32.features-h @@ -77,6 +77,9 @@ endif ifeq ($(CAIRO_HAS_GLX_FUNCTIONS),1) @echo "#define CAIRO_HAS_GLX_FUNCTIONS 1" >> src/cairo-features.h endif +ifeq ($(CAIRO_HAS_WGL_FUNCTIONS),1) + @echo "#define CAIRO_HAS_WGL_FUNCTIONS 1" >> src/cairo-features.h +endif ifeq ($(CAIRO_HAS_SCRIPT_SURFACE),1) @echo "#define CAIRO_HAS_SCRIPT_SURFACE 1" >> src/cairo-features.h endif |