diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-05-21 19:13:12 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-05-21 19:15:42 -0700 |
commit | 66a5da35478de9a1edb0866201528523910548a6 (patch) | |
tree | 61d0f6b36375c300bdfddfb0b6393d3350324cb0 /x11-apps | |
parent | net-misc/anydesk: 5.5.4 and 5.5.6 release bump. (diff) | |
download | gentoo-66a5da35478de9a1edb0866201528523910548a6.tar.gz gentoo-66a5da35478de9a1edb0866201528523910548a6.tar.bz2 gentoo-66a5da35478de9a1edb0866201528523910548a6.zip |
x11-apps/xisxwayland: Fix dependencies
Closes: https://bugs.gentoo.org/724490
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xisxwayland/xisxwayland-1.ebuild | 6 | ||||
-rw-r--r-- | x11-apps/xisxwayland/xisxwayland-9999.ebuild | 6 |
2 files changed, 12 insertions, 0 deletions
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" |