docs: Make sure we check wayland support for releases

This updates the RELEASING notes to state that we should enable wayland
support when preparing and testing for a release.
This commit is contained in:
Robert Bragg 2012-03-05 23:31:04 +00:00
parent 85dddf9932
commit 6a2bd78374
2 changed files with 4 additions and 2 deletions

View File

@ -26,6 +26,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
--enable-gles2 \
--enable-gl \
--enable-xlib-egl-platform \
--enable-glx
--enable-wayland-egl-platform \
--enable-glx \
--enable-wayland-egl-server
include $(top_srcdir)/build/autotools/Makefile.am.release

View File

@ -21,7 +21,7 @@ When making a new release;
- Run:
$ ./autogen.sh --enable-gtk-doc --enable-profile --enable-gles1 --enable-gles2 --enable-gl --enable-xlib-egl-platform --enable-glx
$ ./autogen.sh --enable-gtk-doc --enable-profile --enable-gles1 --enable-gles2 --enable-gl --enable-xlib-egl-platform --enable-wayland-egl-platform --enable-glx --enable-wayland-egl-server
$ make all
$ make install