From 9e60f2cc78b3131a4297eef4e419dd67606ca950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 26 Sep 2016 18:40:06 +0200 Subject: [PATCH] lmms: replace virtual/fftw by fftw in 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/lmms/lmms_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-misc/recipes-multimedia/lmms/lmms_git.bb b/recipes-misc/recipes-multimedia/lmms/lmms_git.bb index a466d474..a38bceb2 100644 --- a/recipes-misc/recipes-multimedia/lmms/lmms_git.bb +++ b/recipes-misc/recipes-multimedia/lmms/lmms_git.bb @@ -8,7 +8,7 @@ inherit cmake_qt5 DEPENDS += " \ qtbase \ jack \ - virtual/fftw \ + fftw \ " SRC_URI = "git://github.com/LMMS/${BPN}.git"