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

[Git][xorg-team/lib/mesa][debian-experimental] rules: Replace imx with kmsro, fixes arm build.



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +mesa (19.0.0~rc5-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * rules: Replace imx with kmsro, fixes arm build.
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Thu, 21 Feb 2019 10:09:10 +0200
    
    6
    +
    
    1 7
     mesa (19.0.0~rc5-1) experimental; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release candidate.
    

  • debian/rules
    ... ... @@ -54,9 +54,9 @@ else
    54 54
     		GALLIUM_DRIVERS += freedreno,
    
    55 55
     	endif
    
    56 56
     
    
    57
    -	# etnaviv, imx, tegra, vc4 and v3d kernel support are only available on armhf and arm64
    
    57
    +	# etnaviv, kmsro, tegra, vc4 and v3d kernel support are only available on armhf and arm64
    
    58 58
     	ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64))
    
    59
    -		GALLIUM_DRIVERS += etnaviv, imx, tegra, vc4, v3d,
    
    59
    +		GALLIUM_DRIVERS += etnaviv, kmsro, tegra, vc4, v3d,
    
    60 60
     	endif
    
    61 61
     
    
    62 62
     	ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32))
    


  • Reply to: