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

[Git][xorg-team/lib/mesa][debian-unstable] 2 commits: rules: Build radv on mips/mipsel again.



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +mesa (19.3.1-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * rules: Build radv on mips/mipsel again.
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Thu, 19 Dec 2019 23:17:58 +0200
    
    6
    +
    
    1 7
     mesa (19.3.1-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release.
    

  • debian/rules
    ... ... @@ -103,7 +103,7 @@ else
    103 103
     
    
    104 104
       # radv needs LLVM and the Vulkan loader, so only build on the subset of
    
    105 105
       # arches where we have LLVM enabled and where the Vulkan loader is built.
    
    106
    -  ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 powerpc ppc64 ppc64el s390x sparc64))
    
    106
    +  ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips mips64el powerpc ppc64 ppc64el s390x sparc64))
    
    107 107
     	VULKAN_DRIVERS += amd,
    
    108 108
       endif
    
    109 109
     
    


  • Reply to: