From 0dec5e14cff899d256c905c920f2a10d8eb6c55a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 23 Feb 2015 13:10:56 +0000 Subject: autotools: add AM_DISTCHECK_CONFIGURE_FLAGS To make sure that the release/distribution tarball is not broken for all the targets. Currently the experimental APIs are disabled by default amongst others. Signed-off-by: Emil Velikov Reviewed-by: Jan Vesely --- Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Makefile.am b/Makefile.am index 3cb516c8..062feb42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,22 @@ include Makefile.sources ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +AM_DISTCHECK_CONFIGURE_FLAGS = \ + --enable-udev \ + --enable-libkms \ + --enable-intel \ + --enable-radeon \ + --enable-nouveau \ + --enable-vmwgfx \ + --enable-omap-experimental-api \ + --enable-exynos-experimental-api \ + --enable-freedreno \ + --enable-freedreno-kgsl\ + --enable-tegra-experimental-api \ + --enable-install-test-programs \ + --enable-cairo-tests \ + --enable-manpages + pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = libdrm.pc -- cgit v1.2.3