diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2024-05-13 16:53:43 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-06-05 16:01:31 -0400 |
commit | 5b8579dc9bf057de5bf0c150a68432d0213d036d (patch) | |
tree | ce4377881fc55a4fd783fec0abd482d4f153f544 /media-libs/mesa/mesa-9999.ebuild | |
parent | media-libs/mesa: update USE=vdpau dependencies (diff) | |
download | gentoo-5b8579dc9bf057de5bf0c150a68432d0213d036d.tar.gz gentoo-5b8579dc9bf057de5bf0c150a68432d0213d036d.tar.bz2 gentoo-5b8579dc9bf057de5bf0c150a68432d0213d036d.zip |
media-libs/mesa: update USE=xa dependencies
Update vaapi/gallium-xa to match meson.build.
- add intel
https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-24.1.0-r1/meson.build?ref_type=tags#L735
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ac812afd990b..2ecab1a2a381 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -225,9 +225,10 @@ pkg_pretend() { if use xa; then if ! use video_cards_freedreno && + ! use video_cards_intel && ! use video_cards_nouveau && ! use video_cards_vmware; then - ewarn "Ignoring USE=xa since VIDEO_CARDS does not contain freedreno, nouveau, or vmware" + ewarn "Ignoring USE=xa since VIDEO_CARDS does not contain freedreno, intel, nouveau, or vmware" fi fi @@ -344,6 +345,7 @@ multilib_src_configure() { fi if use video_cards_freedreno || + use video_cards_intel || use video_cards_nouveau || use video_cards_vmware; then emesonargs+=($(meson_feature xa gallium-xa)) |