[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Build tegra on arms



---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7c8ebb8c24..10740b1478 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,9 +51,9 @@ else
 	# Gallium drivers which require kernel support, not yet ported to non-Linux
 	GALLIUM_DRIVERS += nouveau virgl
 
-	# Freedreno requires arm in addition
+	# freedreno and tegra require arm in addition
 	ifneq (,$(filter arm arm64,$(DEB_HOST_ARCH_CPU)))
-		GALLIUM_DRIVERS += freedreno
+		GALLIUM_DRIVERS += freedreno tegra
 	endif
 
 	# vc4 kernel support is only available on armhf and arm64
-- 
2.14.1


Reply to: