Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa


Commits:
b24cac23 by Timo Aaltonen at 2022-11-09T19:56:00+02:00
rules: Enable building lima drivers on riscv64. (LP: #1995137)

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mesa (22.2.3-2) UNRELEASED; urgency=medium
+
+  * rules: Enable building lima drivers on riscv64. (LP: #1995137)
+
+ -- Timo Aaltonen <[email protected]>  Wed, 09 Nov 2022 19:55:50 +0200
+
 mesa (22.2.3-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #1022730)


=====================================
debian/rules
=====================================
@@ -78,10 +78,14 @@ else
 
        # etnaviv, tegra, vc4 and v3d kernel support are only available on 
armhf and arm64
        ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64))
-               GALLIUM_DRIVERS += etnaviv lima panfrost svga tegra vc4 v3d
+               GALLIUM_DRIVERS += etnaviv panfrost svga tegra vc4 v3d
                VULKAN_DRIVERS += broadcom freedreno
        endif
 
+       ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64 riscv64))
+               GALLIUM_DRIVERS += lima
+       endif
+
        ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32))
                GALLIUM_DRIVERS += svga
                # svga needs xa state tracker



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/b24cac23a8bf195aa03a28988a4205b9c0cc1523

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/b24cac23a8bf195aa03a28988a4205b9c0cc1523
You're receiving this email because of your account on salsa.debian.org.


Reply via email to