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

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

automake: add more missing options for make distcheck

Namely - opencl, osmesa (only the gallium flavour as it conflicts with
the classic one), surfaceless egl platform and a couple gallium drivers
(virgl and vc4).

Cc: "11.1 11.2" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>

---

 Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5df8bc3..2c06e3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,19 +24,21 @@ SUBDIRS = src
 AM_DISTCHECK_CONFIGURE_FLAGS = \
        --enable-dri3 \
        --enable-gallium-tests \
+       --enable-gallium-osmesa \
        --enable-gbm \
        --enable-gles1 \
        --enable-gles2 \
        --enable-glx-tls \
        --enable-nine \
+       --enable-opencl \
        --enable-va \
        --enable-vdpau \
        --enable-xa \
        --enable-xvmc \
        --disable-llvm-shared-libs \
-       --with-egl-platforms=x11,wayland,drm \
+       --with-egl-platforms=x11,wayland,drm,surfaceless \
        --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \
-       
--with-gallium-drivers=i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast
+       
--with-gallium-drivers=i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl
 
 ACLOCAL_AMFLAGS = -I m4
 

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

Reply via email to