helm: rework dependencies

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-03-04 22:26:02 +01:00
parent b078dd036d
commit 8a0c3ff989

View File

@@ -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 \