Skip to content

Commits on Source 2

mesa (18.2.7-2) unstable; urgency=medium
* Temporarily disable libsensors support to bootstrap with libsensors5.
-- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 21 Dec 2018 09:22:16 +0100
mesa (18.2.7-1) unstable; urgency=medium
* New upstream release.
......
......@@ -15,7 +15,7 @@ Build-Depends:
libx11-dev,
libxxf86vm-dev,
libexpat1-dev,
libsensors4-dev [!hurd-any],
# libsensors4-dev [!hurd-any],
libxfixes-dev,
libxdamage-dev,
libxext-dev,
......
......@@ -120,7 +120,7 @@ else
confflags_GALLIUM += --enable-vdpau
confflags_GALLIUM += --enable-va
confflags_GALLIUM += --enable-gallium-extra-hud
confflags_GALLIUM += --enable-lmsensors
# confflags_GALLIUM += --enable-lmsensors
with_libva = ,libva
endif
......