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

[Git][xorg-team/lib/mesa][debian-unstable] rules: Enable building lima drivers on riscv64. (LP: #1995137)



Title: GitLab

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:

Changes:

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

  • debian/rules
    ... ... @@ -78,10 +78,14 @@ else
    78 78
     
    
    79 79
     	# etnaviv, tegra, vc4 and v3d kernel support are only available on armhf and arm64
    
    80 80
     	ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64))
    
    81
    -		GALLIUM_DRIVERS += etnaviv lima panfrost svga tegra vc4 v3d
    
    81
    +		GALLIUM_DRIVERS += etnaviv panfrost svga tegra vc4 v3d
    
    82 82
     		VULKAN_DRIVERS += broadcom freedreno
    
    83 83
     	endif
    
    84 84
     
    
    85
    +	ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64 riscv64))
    
    86
    +		GALLIUM_DRIVERS += lima
    
    87
    +	endif
    
    88
    +
    
    85 89
     	ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32))
    
    86 90
     		GALLIUM_DRIVERS += svga
    
    87 91
     		# svga needs xa state tracker
    


  • Reply to: