add libmm-qt

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-05 12:48:48 +01:00
parent fd8763df05
commit f833c10ae2
2 changed files with 20 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ RDEPENDS_${PN} = " \
ksshaskpass \
ksysguard \
kwrited \
libmm-qt \
\
kwayland \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \

View 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}"