diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-03-04 08:18:10 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-03-04 09:11:10 -0800 |
commit | 2fd7fa0f779c04af1eb72df71054a996544bbb32 (patch) | |
tree | 8d2c47593191fc1bcd76710337e238bedebc691b /media-libs/mesa | |
parent | media-plugins/alsa-plugins: Fixed speex dependency (bug #611690). (diff) | |
download | gentoo-2fd7fa0f779c04af1eb72df71054a996544bbb32.tar.gz gentoo-2fd7fa0f779c04af1eb72df71054a996544bbb32.tar.bz2 gentoo-2fd7fa0f779c04af1eb72df71054a996544bbb32.zip |
media-libs/mesa: Drop building radv in 13.0.5.
radv requires an unstable version of llvm (3.9).
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-13.0.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/mesa/mesa-13.0.5.ebuild b/media-libs/mesa/mesa-13.0.5.ebuild index 83fa8ce7bd7c..060c3b35617d 100644 --- a/media-libs/mesa/mesa-13.0.5.ebuild +++ b/media-libs/mesa/mesa-13.0.5.ebuild @@ -56,8 +56,7 @@ REQUIRED_USE=" gles2? ( egl ) vaapi? ( gallium ) vdpau? ( gallium ) - vulkan? ( || ( video_cards_i965 video_cards_radeonsi ) - video_cards_radeonsi? ( llvm ) ) + vulkan? ( video_cards_i965 ) wayland? ( egl gbm ) xa? ( gallium ) video_cards_freedreno? ( gallium ) @@ -97,7 +96,6 @@ RDEPEND=" llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] - vulkan? ( >=sys-devel/llvm-3.9.0:0=[${MULTILIB_USEDEP}] ) ) >=sys-devel/llvm-3.6.0:0=[${MULTILIB_USEDEP}] ) @@ -276,7 +274,9 @@ multilib_src_configure() { if use vulkan; then vulkan_enable video_cards_i965 intel - vulkan_enable video_cards_radeonsi radeon + + # radv is disabled due to dependence on >=llvm-3.9, bug 607660 + #vulkan_enable video_cards_radeonsi radeon fi # x86 hardened pax_kernel needs glx-rts, bug 240956 |