summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-03-05 23:31:04 +0000
committerRobert Bragg <robert@linux.intel.com>2012-03-05 23:32:36 +0000
commit6a2bd783740c9bc799befa2aeaa09985741c6083 (patch)
tree26792c327bf548300ed19aa3f9d4758432c07597 /Makefile.am
parent85dddf99322b2f2f4b556df671355da98499dad2 (diff)
downloadmutter-6a2bd783740c9bc799befa2aeaa09985741c6083.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8dde8f433..bbb16ae3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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