61a813339a
BlueZ 4.x is deprecated since a long time (BlueZ 5.x has been released in 2012) so drop it. For cwiid, sconeserver and ussp-push, replace bluez_utils by bluez5_utils. All other packages already support bluez5_utils so just drop bluez_utils. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
596 B
Plaintext
19 lines
596 B
Plaintext
config BR2_PACKAGE_QT5CONNECTIVITY
|
|
bool "qt5connectivity"
|
|
depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ5_UTILS
|
|
select BR2_PACKAGE_QT5BASE
|
|
select BR2_PACKAGE_QT5BASE_CONCURRENT
|
|
select BR2_PACKAGE_QT5BASE_DBUS
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
Qt Connectivity module provides support for Bluetooth/NFC
|
|
peripherials.
|
|
|
|
http://doc.qt.io/qt-5/qtbluetooth-index.html
|
|
http://doc.qt.io/qt-5/qtnfc-index.html
|
|
|
|
comment "qt5connectivity needs neard and/or bluez5_utils"
|
|
depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ5_UTILS
|