[cogl/wip/release-1.7.4: 7/7] dist: enable more features for distcheck



commit 35a22f7610e2daf970464ef66ce0a085d519866e
Author: Robert Bragg <robert linux intel com>
Date:   Wed Jul 20 16:37:42 2011 +0100

    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 4df69eb..2806a54 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 cf12919..97c23c9 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]