From 8a0c3ff98953fd978e1ae341a24d85d5bbee374c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 4 Mar 2017 22:26:02 +0100 Subject: [PATCH] helm: rework dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-misc/recipes-multimedia/helm/helm_git.bb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/recipes-misc/recipes-multimedia/helm/helm_git.bb b/recipes-misc/recipes-multimedia/helm/helm_git.bb index 7cd8a64f..80717b7b 100644 --- a/recipes-misc/recipes-multimedia/helm/helm_git.bb +++ b/recipes-misc/recipes-multimedia/helm/helm_git.bb @@ -7,7 +7,16 @@ inherit autotools-brokensep qemu distro_features_check REQUIRED_DISTRO_FEATURES = "x11" -DEPENDS = "virtual/libx11 libxext alsa-lib freetype qemu-native" +DEPENDS = " \ + virtual/libx11 \ + libxext \ + libxinerama \ + libxcursor \ + alsa-lib \ + jack \ + freetype \ + qemu-native \ +" SRC_URI = " \ git://github.com/mtytel/helm.git \