diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-08-29 15:37:51 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-08-29 16:21:11 -0700 |
commit | f78f3042acf3ac4d2b88b58ea28c2cf41bcde47e (patch) | |
tree | f27546629a3f982c39f1b8c7c29608feb85a2e9e /media-libs | |
parent | 5bd3e5acff5ad019ef5f6443eeb7df718b30e9c6 (diff) | |
download | gentoo-f78f3042acf3ac4d2b88b58ea28c2cf41bcde47e.tar.gz gentoo-f78f3042acf3ac4d2b88b58ea28c2cf41bcde47e.tar.xz |
media-libs/mesa: Install VAAPI drivers to correct location.
Bug: https://bugs.gentoo.org/549564
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-10.6.5.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-11.0.0_rc1.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-10.6.5.ebuild b/media-libs/mesa/mesa-10.6.5.ebuild index b5ac47a6a4e..4386f87e257 100644 --- a/media-libs/mesa/mesa-10.6.5.ebuild +++ b/media-libs/mesa/mesa-10.6.5.ebuild @@ -234,6 +234,8 @@ multilib_src_configure() { $(use_enable xa) $(use_enable xvmc) " + use vaapi && myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers" + gallium_enable swrast gallium_enable video_cards_vmware svga gallium_enable video_cards_nouveau nouveau diff --git a/media-libs/mesa/mesa-11.0.0_rc1.ebuild b/media-libs/mesa/mesa-11.0.0_rc1.ebuild index c4010308be8..73f53c53361 100644 --- a/media-libs/mesa/mesa-11.0.0_rc1.ebuild +++ b/media-libs/mesa/mesa-11.0.0_rc1.ebuild @@ -234,6 +234,8 @@ multilib_src_configure() { $(use_enable xa) $(use_enable xvmc) " + use vaapi && myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers" + gallium_enable swrast gallium_enable video_cards_vmware svga gallium_enable video_cards_nouveau nouveau diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 1e80c54a2a8..ceb2c93bae5 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -235,6 +235,8 @@ multilib_src_configure() { $(use_enable xa) $(use_enable xvmc) " + use vaapi && myconf+="--with-va-libdir=/usr/$(get_libdir)/va/drivers" + gallium_enable swrast gallium_enable video_cards_vmware svga gallium_enable video_cards_nouveau nouveau |