mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
mesa: Set DISTCHECK_CONFIGURE_FLAGS.
Enable some non-default options that distros are likely to use.
This commit is contained in:
parent
ce48ce425a
commit
baedd68ca9
1 changed files with 13 additions and 0 deletions
13
Makefile.am
13
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue