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

Author: Emil Velikov <[email protected]>
Date:   Thu Feb 25 15:48:41 2016 +0000

automake: explicitly set distcheck configure flags

Pretty much all of these are enabled by default. Considering the recent
updates (see previous commits) one might as well list most/all of these
here.

Signed-off-by: Emil Velikov <[email protected]>

---

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

diff --git a/Makefile.am b/Makefile.am
index 2c06e3a..f9bad14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,15 +22,20 @@
 SUBDIRS = src
 
 AM_DISTCHECK_CONFIGURE_FLAGS = \
+       --enable-dri \
        --enable-dri3 \
+       --enable-egl \
        --enable-gallium-tests \
        --enable-gallium-osmesa \
+       --enable-gallium-llvm \
        --enable-gbm \
        --enable-gles1 \
        --enable-gles2 \
+       --enable-glx \
        --enable-glx-tls \
        --enable-nine \
        --enable-opencl \
+       --enable-opengl \
        --enable-va \
        --enable-vdpau \
        --enable-xa \

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to