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


Commits:
5ca7ab88 by Timo Aaltonen at 2025-03-07T08:52:19+02:00
rules: Build gfxstream only on 64bit. (Closes: #1099704)

- - - - -
50bece16 by Timo Aaltonen at 2025-03-07T08:52:26+02:00
releasing package mesa version 25.0.1-2

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mesa (25.0.1-2) unstable; urgency=medium
+
+  * rules: Build gfxstream only on 64bit. (Closes: #1099704)
+
+ -- Timo Aaltonen <tjaal...@debian.org>  Fri, 07 Mar 2025 08:52:20 +0200
+
 mesa (25.0.1-1) unstable; urgency=medium
 
   [ Timo Aaltonen ]


=====================================
debian/rules
=====================================
@@ -119,7 +119,7 @@ else
        ifneq (,$(filter $(DEB_HOST_ARCH), armel))
                VULKAN_DRIVERS += amd swrast
        else
-               VULKAN_DRIVERS += amd swrast virtio gfxstream
+               VULKAN_DRIVERS += amd swrast virtio
        endif
 
        VULKAN_LAYERS += device-select intel-nullhw overlay
@@ -140,6 +140,11 @@ else
        ifneq (,$(filter $(DEB_HOST_ARCH), $(WINE_ARCHS)))
                confflags_GALLIUM += -Dgallium-nine=true
        endif
+
+       # gfxstream only builds on 64bit
+       ifeq ($(DEB_HOST_ARCH_BITS),64)
+               VULKAN_DRIVERS += gfxstream
+       endif
   else
        confflags_GALLIUM += -Dllvm=disabled
   endif



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/compare/097217c9a88b51b14b4eeebce5d0dbab8845ed5a...50bece167b5f5117e146ffe8e3d9aba0aa01c397

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/compare/097217c9a88b51b14b4eeebce5d0dbab8845ed5a...50bece167b5f5117e146ffe8e3d9aba0aa01c397
You're receiving this email because of your account on salsa.debian.org.


Reply via email to