summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-07-20 16:37:42 +0100
committerRobert Bragg <robert@linux.intel.com>2011-07-20 16:43:29 +0100
commit828c516513dbd34c1e5abb5bfe177d1f3257d551 (patch)
tree2ad25823b335adbab8c07813d69006ea2e85a920
parent1431a728c4c45053fc6a8f216fc58fdab173e8d5 (diff)
downloadcogl-828c516513dbd34c1e5abb5bfe177d1f3257d551.tar.gz
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.
-rw-r--r--Makefile.am10
-rw-r--r--doc/RELEASING2
2 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4df69eb5..2806a54e 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 cf12919e..97c23c96 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