projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce48ce4
)
mesa: Set DISTCHECK_CONFIGURE_FLAGS.
author
Matt Turner
<mattst88@gmail.com>
Wed, 17 Dec 2014 20:41:02 +0000
(12:41 -0800)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 8819f1fef1141650cece821744d5c738b297e1d2..e00af4236b63ca7f3902592c5ccc3663d559575e 100644
(file)
--- 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