diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-01-02 09:15:12 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-01-02 09:16:02 -0800 |
commit | 9ef3314cacd4ca1f4982e1bac56eabc7436f8457 (patch) | |
tree | c03d25a92aef20bedf7f83e9fef5bfe9bbb1a1b8 /media-libs/mesa | |
parent | dev-python/urllib3: Fix OutdatedBlocker (diff) | |
download | gentoo-9ef3314cacd4ca1f4982e1bac56eabc7436f8457.tar.gz gentoo-9ef3314cacd4ca1f4982e1bac56eabc7436f8457.tar.bz2 gentoo-9ef3314cacd4ca1f4982e1bac56eabc7436f8457.zip |
media-libs/mesa: Add missing libselinux dependency
Backport to 19.2.8 before stabilization, since there isn't expected to
be a 19.2.9.
Bug: https://bugs.gentoo.org/703600
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-19.2.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-19.2.8.ebuild b/media-libs/mesa/mesa-19.2.8.ebuild index 9fb49167ff44..1645a4c7ca77 100644 --- a/media-libs/mesa/mesa-19.2.8.ebuild +++ b/media-libs/mesa/mesa-19.2.8.ebuild @@ -109,6 +109,7 @@ RDEPEND=" vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) ) + selinux? ( sys-libs/libselinux[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.15.0:=[${MULTILIB_USEDEP}] >=dev-libs/wayland-protocols-1.8 |