diff options
author | 2019-06-26 19:30:45 +0000 | |
---|---|---|
committer | 2019-08-17 15:59:01 -0700 | |
commit | 97c3d2d26f9cc06c46d0c479f67b446214177463 (patch) | |
tree | 0c8372ee8786e3b710cba84500675089743fbb0a /app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild | |
parent | x11-base/xorg-server: Depend on media-libs/mesa[X] (diff) | |
download | gentoo-97c3d2d26f9cc06c46d0c479f67b446214177463.tar.gz gentoo-97c3d2d26f9cc06c46d0c479f67b446214177463.tar.bz2 gentoo-97c3d2d26f9cc06c46d0c479f67b446214177463.zip |
*/*: Depend on media-libs/mesa[X(+)]
This changes any package that depends on media-libs/mesa (though not
virtual/opengl) to depend on media-libs/mesa[X(+)] instead.
Bug: https://bugs.gentoo.org/560096
Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild')
-rw-r--r-- | app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild b/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild index 868d83cdbb60..3c025087d82e 100644 --- a/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild +++ b/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild @@ -25,7 +25,7 @@ SLOT="0" # Steam's Proton. RDEPEND=" - media-libs/mesa[d3d9,dri3,${MULTILIB_USEDEP}] + media-libs/mesa[d3d9,dri3,X(+),${MULTILIB_USEDEP}] x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libxcb[${MULTILIB_USEDEP}] " |