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

[Git][xorg-team/lib/mesa][debian-experimental] d/rules: Enable iris and intel vulkan driver for loong64



Title: GitLab

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

Commits:

  • 9704ed1a
    by Jianfeng Liu at 2025-06-26T20:46:03+03:00
    d/rules: Enable iris and intel vulkan driver for loong64
    

4 changed files:

Changes:

  • debian/changelog
    1
    +mesa (25.1.4-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  [ Jianfeng Liu ]
    
    4
    +  * d/rules: Enable iris and intel vulkan driver for loong64
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Thu, 26 Jun 2025 20:35:55 +0300
    
    7
    +
    
    1 8
     mesa (25.1.4-1) experimental; urgency=medium
    
    2 9
     
    
    3 10
       * New upstream release.
    

  • debian/control
    ... ... @@ -12,7 +12,7 @@ Build-Depends:
    12 12
      spirv-tools (>= 2024.4~rc1) [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
    
    13 13
      meson (>= 1.4.0),
    
    14 14
      pkgconf,
    
    15
    - libdrm-dev (>= 2.4.121),
    
    15
    + libdrm-dev (>= 2.4.125-1),
    
    16 16
      libx11-dev,
    
    17 17
      libxxf86vm-dev,
    
    18 18
      libexpat1-dev,
    

  • debian/control.in
    ... ... @@ -12,7 +12,7 @@ Build-Depends:
    12 12
      spirv-tools (>= 2024.4~rc1) [@LLVM_ARCHS@],
    
    13 13
      meson (>= 1.4.0),
    
    14 14
      pkgconf,
    
    15
    - libdrm-dev (>= 2.4.121),
    
    15
    + libdrm-dev (>= 2.4.125-1),
    
    16 16
      libx11-dev,
    
    17 17
      libxxf86vm-dev,
    
    18 18
      libexpat1-dev,
    

  • debian/rules
    ... ... @@ -89,7 +89,7 @@ else
    89 89
       endif
    
    90 90
     
    
    91 91
       # Build intel drivers on archs where libdrm-intel is installed
    
    92
    -  ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32))
    
    92
    +  ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32 loong64))
    
    93 93
     	GALLIUM_DRIVERS += crocus i915 iris svga
    
    94 94
     	VULKAN_DRIVERS += intel intel_hasvk
    
    95 95
     	# svga needs xa state tracker
    


  • Reply to: