pmaports/main/mesa-grate/0002-Revert-autotools-Add-tegra-to-AM_DISTCHECK_CONFIGURE.patch

28 lines
953 B
Diff
Raw Normal View History

From 790445a72c4975abaed359822dad066f9af87907 Mon Sep 17 00:00:00 2001
From: ryang <decatf@gmail.com>
Date: Thu, 9 Aug 2018 18:31:57 -0400
Subject: [PATCH 2/5] Revert "autotools: Add tegra to
AM_DISTCHECK_CONFIGURE_FLAGS"
This reverts commit 6d4d46bca9c58c81c1af98a5bd4909d91558fef4.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 9afb3d4..993cb12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-libunwind \
--with-platforms=x11,wayland,drm,surfaceless \
--with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \
- --with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,tegra,virgl,swr,etnaviv,imx \
+ --with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \
--with-vulkan-drivers=intel,radeon
ACLOCAL_AMFLAGS = -I m4
--
2.7.4