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

[Git][xorg-team/lib/mesa][debian-unstable] 2 commits: Temporarily disable libsensors support



Title: GitLab

Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / lib / mesa

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +mesa (18.2.7-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Temporarily disable libsensors support to bootstrap with libsensors5.
    
    4
    +
    
    5
    + -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 21 Dec 2018 09:22:16 +0100
    
    6
    +
    
    1 7
     mesa (18.2.7-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release.
    

  • debian/control
    ... ... @@ -15,7 +15,7 @@ Build-Depends:
    15 15
      libx11-dev,
    
    16 16
      libxxf86vm-dev,
    
    17 17
      libexpat1-dev,
    
    18
    - libsensors4-dev [!hurd-any],
    
    18
    +# libsensors4-dev [!hurd-any],
    
    19 19
      libxfixes-dev,
    
    20 20
      libxdamage-dev,
    
    21 21
      libxext-dev,
    

  • debian/rules
    ... ... @@ -120,7 +120,7 @@ else
    120 120
     	confflags_GALLIUM += --enable-vdpau
    
    121 121
     	confflags_GALLIUM += --enable-va
    
    122 122
     	confflags_GALLIUM += --enable-gallium-extra-hud
    
    123
    -	confflags_GALLIUM += --enable-lmsensors
    
    123
    +#	confflags_GALLIUM += --enable-lmsensors
    
    124 124
     	with_libva = ,libva
    
    125 125
     endif
    
    126 126
     
    


  • Reply to: