From 2215588c29c2d6281da852f0fe9dccfe59388131 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Wed, 20 Jul 2011 16:37:42 +0100 Subject: [PATCH] dist: enable more features for distcheck As a bare minimum we want to ensure that are releases are able to build with support for gles1, gles2, gl, egl and glx. Previously we only checked the build with gl + glx enabled and our last release actually missed a header file required for building with egl. --- Makefile.am | 10 +++++++++- doc/RELEASING | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4df69eb5f..2806a54e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,14 @@ EXTRA_DIST = \ CLEANFILES= DISTCLEANFILES= -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags --enable-profile +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --enable-maintainer-flags \ + --enable-profile \ + --enable-gles1 \ + --enable-gles2 \ + --enable-gl \ + --enable-xlib-egl-platform \ + --enable-glx include $(top_srcdir)/build/autotools/Makefile.am.release diff --git a/doc/RELEASING b/doc/RELEASING index cf12919e9..97c23c968 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -21,7 +21,7 @@ When making a new release; - Run: - $ ./autogen.sh --enable-gtk-doc --enable-profile + $ ./autogen.sh --enable-gtk-doc --enable-profile --enable-gles1 --enable-gles2 --enable-gl --enable-xlib-egl-platform --enable-glx $ make all $ make install