summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon van der Veldt <simon.vanderveldt@gmail.com>2017-11-19 17:48:40 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-11-21 14:55:21 +0100
commit954726debd5f333e2a24eaca436d5db15046059b (patch)
treee10054f8bc081fd32f54300986dff94c648fe559 /media-sound
parentapp-arch/unzip: Version bump. (diff)
downloadgentoo-954726debd5f333e2a24eaca436d5db15046059b.tar.gz
gentoo-954726debd5f333e2a24eaca436d5db15046059b.tar.bz2
gentoo-954726debd5f333e2a24eaca436d5db15046059b.zip
media-sound/helm Fix dependencies
Closes: https://bugs.gentoo.org/585202
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/helm/helm-0.4.1-r2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/media-sound/helm/helm-0.4.1-r2.ebuild b/media-sound/helm/helm-0.4.1-r2.ebuild
index b4af77113631..e7f711216525 100644
--- a/media-sound/helm/helm-0.4.1-r2.ebuild
+++ b/media-sound/helm/helm-0.4.1-r2.ebuild
@@ -14,11 +14,15 @@ KEYWORDS="~amd64"
IUSE=""
RDEPEND="media-libs/alsa-lib
+ media-libs/freetype
media-libs/lv2
virtual/jack
virtual/opengl
x11-libs/libX11
- x11-libs/libXext"
+ x11-libs/libXcursor
+ x11-libs/libXext
+ x11-libs/libXinerama
+ x11-libs/libXrandr"
DEPEND="${RDEPEND}"
DOCS="README.md"