mesa: Set DISTCHECK_CONFIGURE_FLAGS.
authorMatt Turner <mattst88@gmail.com>
Wed, 17 Dec 2014 20:41:02 +0000 (12:41 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 18 Dec 2014 01:54:33 +0000 (17:54 -0800)
Enable some non-default options that distros are likely to use.

Makefile.am

index 8819f1fef1141650cece821744d5c738b297e1d2..e00af4236b63ca7f3902592c5ccc3663d559575e 100644 (file)
 
 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