diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-08-14 12:02:40 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-08-14 12:03:16 -0700 |
commit | 040ff87a62f80ba7b77edcc3595be8ce878b0d3b (patch) | |
tree | 0bd10e98d9747450468b4def2c98ae1961559f0c /media-libs | |
parent | media-libs/mesa: DEPEND on x11-libs/libXrandr (diff) | |
download | gentoo-040ff87a62f80ba7b77edcc3595be8ce878b0d3b.tar.gz gentoo-040ff87a62f80ba7b77edcc3595be8ce878b0d3b.tar.bz2 gentoo-040ff87a62f80ba7b77edcc3595be8ce878b0d3b.zip |
media-libs/mesa: Add lm_sensors? ( gallium ) to REQUIRED_USE
Closes: https://bugs.gentoo.org/663586
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-18.2.0_rc2.ebuild | 1 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-18.2.0_rc2.ebuild b/media-libs/mesa/mesa-18.2.0_rc2.ebuild index 49c1c00d5619..de26a3b43d21 100644 --- a/media-libs/mesa/mesa-18.2.0_rc2.ebuild +++ b/media-libs/mesa/mesa-18.2.0_rc2.ebuild @@ -47,6 +47,7 @@ REQUIRED_USE=" openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) + lm_sensors? ( gallium ) vaapi? ( gallium ) vdpau? ( gallium ) vulkan? ( || ( video_cards_i965 video_cards_radeonsi ) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 471df0f42125..6d4fc7f23736 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -47,6 +47,7 @@ REQUIRED_USE=" openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) + lm_sensors? ( gallium ) vaapi? ( gallium ) vdpau? ( gallium ) vulkan? ( || ( video_cards_i965 video_cards_radeonsi ) |