diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.win32.features-h | 1 | ||||
-rw-r--r-- | build/configure.ac.features | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h index 8585498a..e49f6b06 100644 --- a/build/Makefile.win32.features-h +++ b/build/Makefile.win32.features-h @@ -50,6 +50,7 @@ endif ifeq ($(CAIRO_HAS_PNG_FUNCTIONS),1) @echo "#define CAIRO_HAS_PNG_FUNCTIONS 1" >> src/cairo-features.h endif + @echo "#define CAIRO_HAS_GLEW_FUNCTIONS 1" >> src/cairo-features.h ifeq ($(CAIRO_HAS_GL_SURFACE),1) @echo "#define CAIRO_HAS_GL_SURFACE 1" >> src/cairo-features.h endif diff --git a/build/configure.ac.features b/build/configure.ac.features index baf88483..b3b7b851 100644 --- a/build/configure.ac.features +++ b/build/configure.ac.features @@ -389,6 +389,7 @@ AC_DEFUN([CAIRO_REPORT], echo "" echo "The following functions:" echo " PNG functions: $use_png" + echo " GLEW functions: $use_glew" echo " GLX functions: $use_glx" echo " EGL functions: $use_egl" echo " Eagle functions: $use_eagle" |