media-libs/mesa: Install VAAPI drivers to correct location.

Bug: https://bugs.gentoo.org/549564
This commit is contained in:
Matt Turner
2015-08-29 15:37:51 -07:00
parent 5bd3e5acff
commit f78f3042ac
3 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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