From 3ddf7b11f6b3b1022b89d2492758f8dd7a38f9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 31 Dec 2019 19:41:15 +0100 Subject: [PATCH] guitarix: make bluez a PACKAGECONFIG - disabled by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/guitarix/guitarix.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-musicians/guitarix/guitarix.bb b/recipes-musicians/guitarix/guitarix.bb index a5eae65..c65804e 100644 --- a/recipes-musicians/guitarix/guitarix.bb +++ b/recipes-musicians/guitarix/guitarix.bb @@ -19,7 +19,6 @@ DEPENDS += " \ boost \ libeigen \ avahi \ - bluez5 \ gtkmm \ jack \ lilv \ @@ -30,6 +29,8 @@ DEPENDS += " \ zita-convolver \ " +PACKAGECONFIG[bluez] = ",--no-bluez,bluez5" + EXTRA_OECONF = " \ --disable-sse \ --ldflags="${LDFLAGS}" \