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@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Kai Kang
2019-12-09 15:48:42 +08:00
committed by Khem Raj
parent 90e33e509c
commit 1a456aa758
@@ -15,6 +15,7 @@ SRC_URI[md5sum] = "9de89abb31be45bdbf11f7884764a2dc"
SRC_URI[sha256sum] = "f1eab2334e5a1587defa80900901048d14c2e8ffa8c0cff7240bc9937a61dbc3" SRC_URI[sha256sum] = "f1eab2334e5a1587defa80900901048d14c2e8ffa8c0cff7240bc9937a61dbc3"
EXTRA_OECONF = " \ EXTRA_OECONF = " \
--disable-appindicator \
--disable-runtime-deps-check \ --disable-runtime-deps-check \
--disable-schemas-compile \ --disable-schemas-compile \
" "