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:
parent
85dddf9932
commit
6a2bd78374
@ -26,6 +26,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
|
|||||||
--enable-gles2 \
|
--enable-gles2 \
|
||||||
--enable-gl \
|
--enable-gl \
|
||||||
--enable-xlib-egl-platform \
|
--enable-xlib-egl-platform \
|
||||||
--enable-glx
|
--enable-wayland-egl-platform \
|
||||||
|
--enable-glx \
|
||||||
|
--enable-wayland-egl-server
|
||||||
|
|
||||||
include $(top_srcdir)/build/autotools/Makefile.am.release
|
include $(top_srcdir)/build/autotools/Makefile.am.release
|
||||||
|
@ -21,7 +21,7 @@ When making a new release;
|
|||||||
|
|
||||||
- Run:
|
- 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 all
|
||||||
$ make install
|
$ make install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user