mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
bluez-qt: add recipe
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Qt wrapper for BlueZ 5 DBus API"
|
||||
HOMEPAGE = "https://invent.kde.org/frameworks/bluez-qt"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM += "file://LICENSES/LGPL-2.1-only.txt;md5=6d2d9952d88b50a51a5c73dc431d06c7"
|
||||
|
||||
SRC_URI = "git://invent.kde.org/frameworks/bluez-qt.git;protocol=https;nobranch=1"
|
||||
SRCREV = "db5e9559e7d7e0a37cd752a0dd44c57f6d8d3fed"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
qttools-native \
|
||||
qtdeclarative \
|
||||
extra-cmake-modules \
|
||||
bluez5 \
|
||||
"
|
||||
|
||||
inherit qt6-cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
|
||||
|
||||
FILES:${PN} += "${libdir}/qml ${datadir}/qlogging-categories6"
|
||||
|
||||
Reference in New Issue
Block a user