diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-07-31 17:02:09 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-07-31 18:21:29 -0400 |
commit | 42d9e3869dd19bdf34c9dafa9ef365b719c3467f (patch) | |
tree | 71d879c570c2a06cfd80d46f8b82a80294131a37 /net-misc | |
parent | net-misc/freerdp: rename live ebuild (diff) | |
download | gentoo-42d9e3869dd19bdf34c9dafa9ef365b719c3467f.tar.gz gentoo-42d9e3869dd19bdf34c9dafa9ef365b719c3467f.tar.bz2 gentoo-42d9e3869dd19bdf34c9dafa9ef365b719c3467f.zip |
net-misc/freerdp: depend on libxkbcommon for wayland
Bug: https://bugs.gentoo.org/577122
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/freerdp/freerdp-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-misc/freerdp/freerdp-9999.ebuild b/net-misc/freerdp/freerdp-9999.ebuild index d4ec2d5b9062..a17322309e53 100644 --- a/net-misc/freerdp/freerdp-9999.ebuild +++ b/net-misc/freerdp/freerdp-9999.ebuild @@ -21,7 +21,7 @@ DESCRIPTION="Free implementation of the Remote Desktop Protocol" HOMEPAGE="http://www.freerdp.com/" LICENSE="Apache-2.0" -SLOT="0/1.2" +SLOT="0/2" IUSE="alsa +client cpu_flags_x86_sse2 cups debug doc ffmpeg gstreamer jpeg libressl neon pulseaudio server smartcard systemd test usb wayland X xinerama xv" RDEPEND=" @@ -65,7 +65,10 @@ RDEPEND=" ) smartcard? ( sys-apps/pcsc-lite ) systemd? ( sys-apps/systemd:0= ) - wayland? ( dev-libs/wayland ) + wayland? ( + dev-libs/wayland + x11-libs/libxkbcommon + ) X? ( x11-libs/libX11 x11-libs/libxkbfile |