[oe-commits] [meta-openembedded] 28/52: blueman: disable appindicator support

git at git.openembedded.org git at git.openembedded.org
Thu Dec 12 00:23:25 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 1a456aa75871287209f5242572afa3c0b6b49d2a
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Mon Dec 9 15:48:42 2019 +0800

    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 <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb | 1 +
 1 file changed, 1 insertion(+)

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 96c8bb2..0ea7f6d 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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list