From 1a456aa75871287209f5242572afa3c0b6b49d2a Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 9 Dec 2019 15:48:42 +0800 Subject: blueman: disable appindicator support libappindicator is a library to allow applications to export a menu into the Unity Menu bar. Unity is not supported in openembedded, so disable appindicator support for blueman. Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking/recipes-connectivity') diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb index 96c8bb26c9..0ea7f6de97 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb @@ -15,6 +15,7 @@ SRC_URI[md5sum] = "9de89abb31be45bdbf11f7884764a2dc" SRC_URI[sha256sum] = "f1eab2334e5a1587defa80900901048d14c2e8ffa8c0cff7240bc9937a61dbc3" EXTRA_OECONF = " \ + --disable-appindicator \ --disable-runtime-deps-check \ --disable-schemas-compile \ " -- cgit 1.2.3-korg