]> git.zerfleddert.de Git - m1-debian/commitdiff
disable freedreno to be able to compile mesa and add because it is used in pkgbuild...
authorThomas Glanzmann <thomas@glanzmann.de>
Sat, 11 Mar 2023 18:02:46 +0000 (19:02 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Sat, 11 Mar 2023 18:02:46 +0000 (19:02 +0100)
mesa-debian/rules

index c9254925960504cbcac173519fbd7b8313efca2b..52f49d6732076fad6535c4ef73e3203baa78badb 100755 (executable)
@@ -78,14 +78,14 @@ else
        GALLIUM_DRIVERS += nouveau virgl
 
        # Freedreno requires arm in addition
-       ifneq (,$(filter arm arm64,$(DEB_HOST_ARCH_CPU)))
-               GALLIUM_DRIVERS += freedreno
-       endif
+       ifneq (,$(filter arm arm64,$(DEB_HOST_ARCH_CPU)))
+       #       GALLIUM_DRIVERS += freedreno
+       endif
 
        # etnaviv, tegra, vc4 and v3d kernel support are only available on armhf and arm64
        ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64))
                GALLIUM_DRIVERS += etnaviv panfrost svga tegra vc4 v3d
-               VULKAN_DRIVERS += broadcom freedreno
+               VULKAN_DRIVERS += broadcom
        endif
 
        ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64 riscv64))
@@ -105,7 +105,7 @@ else
        EGL_PLATFORMS += ,wayland
 
        ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x))
-               confflags_VALGRIND += -Dvalgrind=enabled
+               confflags_VALGRIND += -Dvalgrind=enabled -Dandroid-libbacktrace=disabled
        endif
 
        # WSL supports only amd64 and arm64
Impressum, Datenschutz