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

mesa: Changes to 'debian-experimental'



 debian/changelog |    1 +
 debian/rules     |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 7e20b199892921547b170d9cdab119cfe6c9b9ba
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Thu Sep 8 11:31:40 2016 +0200

    Enable vc4 on arm64.

diff --git a/debian/changelog b/debian/changelog
index d542463..41f2344 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mesa (12.0.2-2) UNRELEASED; urgency=medium
     against llvm-3.9.
   * control, rules: Use llvm/clang 3.9 (Closes: #836913).
   * control: Bump libclc dependencies.
+  * Enable vc4 on arm64.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Wed, 07 Sep 2016 18:23:39 +0200
 
diff --git a/debian/rules b/debian/rules
index 2fa85c3..e7d57bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,8 +52,8 @@ else
 		GALLIUM_DRIVERS += freedreno
 	endif
 
-	# vc4 kernel support is only available on armhf
-	ifneq (,$(filter $(DEB_HOST_ARCH),armhf))
+	# vc4 kernel support is only available on armhf and arm64
+	ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64))
 		GALLIUM_DRIVERS += vc4
 	endif
 


Reply to: