Mesa (master): mesa: Set DISTCHECK_CONFIGURE_FLAGS.

Matt Turner mattst88 at kemper.freedesktop.org
Thu Dec 18 02:13:21 UTC 2014


Module: Mesa
Branch: master
Commit: baedd68ca973797df9c4b3be25c587a4f9da557f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=baedd68ca973797df9c4b3be25c587a4f9da557f

Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Dec 17 12:41:02 2014 -0800

mesa: Set DISTCHECK_CONFIGURE_FLAGS.

Enable some non-default options that distros are likely to use.

---

 Makefile.am |   13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 8819f1f..e00af42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,19 @@
 
 SUBDIRS = src
 
+DISTCHECK_CONFIGURE_FLAGS = \
+	--enable-dri3 \
+	--enable-gallium-tests \
+	--enable-gbm \
+	--enable-gles1 \
+	--enable-gles2 \
+	--enable-glx-tls \
+	--enable-va \
+	--enable-vdpau \
+	--enable-xa \
+	--enable-xvmc \
+	--with-egl-platforms=x11,wayland,drm
+
 ACLOCAL_AMFLAGS = -I m4
 
 # Rules for making release tarballs




More information about the mesa-commit mailing list