mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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-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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user