add libmm-qt
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -85,6 +85,7 @@ RDEPENDS_${PN} = " \
|
||||
ksshaskpass \
|
||||
ksysguard \
|
||||
kwrited \
|
||||
libmm-qt \
|
||||
\
|
||||
kwayland \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \
|
||||
|
||||
19
recipes-kde/plasma/untier/libmm-qt/libmm-qt.bb
Normal file
19
recipes-kde/plasma/untier/libmm-qt/libmm-qt.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Qt wrapper for ModemManager DBus AP"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
inherit kde-plasma cmake-lib
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "6f17d46bed6463c9217dad8e1fe49387"
|
||||
SRC_URI[sha256sum] = "dab0e9a3a82d4abb4686a1a900cab826091e1fa2c373db25ac42e3e1afded41d"
|
||||
|
||||
DEPENDS += " \
|
||||
modemmanager \
|
||||
"
|
||||
|
||||
CMAKE_HIDE_ERROR[1] = "KF5ModemManagerQt, -S${includedir}, -S${STAGING_INCDIR}"
|
||||
CMAKE_HIDE_ERROR[2] = "KF5ModemManagerQt, -S${libdir}, -S${STAGING_LIBDIR}"
|
||||
|
||||
Reference in New Issue
Block a user