diff options
author | Matt Turner <[email protected]> | 2014-12-17 12:41:02 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-17 17:54:33 -0800 |
commit | baedd68ca973797df9c4b3be25c587a4f9da557f (patch) | |
tree | 82c7c9d508efe97526afb8afc5a541c571bf41b4 /Makefile.am | |
parent | ce48ce425aa6ff494e173689e40accc4d0195309 (diff) |
mesa: Set DISTCHECK_CONFIGURE_FLAGS.
Enable some non-default options that distros are likely to use.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8819f1fef11..e00af4236b6 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 |