[cogl/wip/release-1.7.4: 6/7] dist: enable more features for distcheck
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/release-1.7.4: 6/7] dist: enable more features for distcheck
- Date: Wed, 20 Jul 2011 15:45:51 +0000 (UTC)
commit 828c516513dbd34c1e5abb5bfe177d1f3257d551
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]