diff options
author | 2018-02-24 12:44:36 +0200 | |
---|---|---|
committer | 2018-02-24 12:56:49 +0200 | |
commit | 3df07552decade334030ee8b793e40a34a9a2688 (patch) | |
tree | e2a12ab75a262adc19b5753c8e4042954c1ead33 /media-libs/mesa/mesa-9999.ebuild | |
parent | net-libs/nodejs: Old. (diff) | |
download | gentoo-3df07552decade334030ee8b793e40a34a9a2688.tar.gz gentoo-3df07552decade334030ee8b793e40a34a9a2688.tar.bz2 gentoo-3df07552decade334030ee8b793e40a34a9a2688.zip |
media-libs/mesa: depend on xdg-utils for USE=openmax to not break XDG specs
This is currently necessary due to the installation of 99mesaxdgomx with USE=openmax.
Ideally we wouldn't depend on xdg-utils as a whole with its perl deps, but
that's pending changed there. Unbreak things for the not so common case of
mesa USE=openmax for the time being.
Bug: https://bugs.gentoo.org/635040
Bug: https://bugs.gentoo.org/264647
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index e2f425d49acd..eb358442541e 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -111,7 +111,10 @@ RDEPEND=" dev-libs/libclc virtual/libelf:0=[${MULTILIB_USEDEP}] ) - openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) + openmax? ( + >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] + x11-misc/xdg-utils + ) vaapi? ( >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) |