From be56843ee90a06640137e1eac43d82208b6ddec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 8 Oct 2018 07:56:24 +0200 Subject: [PATCH] stk: Fix build with no-static-libs enabled 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/stk/stk_4.5.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-misc/recipes-multimedia/stk/stk_4.5.1.bb b/recipes-misc/recipes-multimedia/stk/stk_4.5.1.bb index a72c4c00..244234aa 100644 --- a/recipes-misc/recipes-multimedia/stk/stk_4.5.1.bb +++ b/recipes-misc/recipes-multimedia/stk/stk_4.5.1.bb @@ -16,4 +16,5 @@ PACKAGECONFIG ??= "alsa jack" PACKAGECONFIG[alsa] = "--with-alsa,--without-alsa,alsa-lib" PACKAGECONFIG[jack] = "--with-jack,--without-jack,jack" +DISABLE_STATIC = "" EXTRA_OECONF = "--enable-realtime"