From 66a5da35478de9a1edb0866201528523910548a6 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 21 May 2020 19:13:12 -0700 Subject: x11-apps/xisxwayland: Fix dependencies Closes: https://bugs.gentoo.org/724490 Signed-off-by: Matt Turner --- x11-apps/xisxwayland/xisxwayland-1.ebuild | 6 ++++++ x11-apps/xisxwayland/xisxwayland-9999.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'x11-apps/xisxwayland') 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" -- cgit v1.2.3-65-gdbad