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

[Git][xorg-team/lib/mesa][debian-unstable] rules: Build zink on x86.



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.2-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * rules: Build zink on x86.
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Mon, 20 Jan 2020 14:58:38 +0200
    
    6
    +
    
    1 7
     mesa (19.3.2-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release.
    

  • debian/rules
    ... ... @@ -61,7 +61,7 @@ else
    61 61
     	endif
    
    62 62
     
    
    63 63
     	ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32))
    
    64
    -		GALLIUM_DRIVERS += svga,
    
    64
    +		GALLIUM_DRIVERS += svga,zink,
    
    65 65
     		# svga needs xa state tracker
    
    66 66
     		confflags_GALLIUM += -Dgallium-xa=true
    
    67 67
     		VULKAN_DRIVERS += intel,
    


  • Reply to: