From: Matt Turner Date: Fri, 22 May 2020 02:13:12 +0000 (-0700) Subject: x11-apps/xisxwayland: Fix dependencies X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=66a5da35478de9a1edb0866201528523910548a6;p=gentoo.git x11-apps/xisxwayland: Fix dependencies Closes: https://bugs.gentoo.org/724490 Signed-off-by: Matt Turner --- diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild b/x11-apps/xisxwayland/xisxwayland-1.ebuild index 13f4c99748fa..9ecc6cb03fe4 100644 --- a/x11-apps/xisxwayland/xisxwayland-1.ebuild +++ b/x11-apps/xisxwayland/xisxwayland-1.ebuild @@ -22,3 +22,9 @@ fi LICENSE="MIT" SLOT="0" IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXrandr" +DEPEND="${RDEPEND} + x11-base/xorg-proto" diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild index 13f4c99748fa..9ecc6cb03fe4 100644 --- a/x11-apps/xisxwayland/xisxwayland-9999.ebuild +++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild @@ -22,3 +22,9 @@ fi LICENSE="MIT" SLOT="0" IUSE="" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXrandr" +DEPEND="${RDEPEND} + x11-base/xorg-proto"