Commit 19590151 authored by Florent Revest's avatar Florent Revest

Add a nemo-qml-plugin-devicelock recipe needed by voicecall

parent bff5e824
From e9f6d8790f6a7a89eb75d9c6d480eaba668903ac Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Thu, 28 Sep 2017 23:42:23 +0200
Subject: [PATCH] Use libsystemd instead of libsystemd-daemon
---
src/hostlib/hostlib.pro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hostlib/hostlib.pro b/src/hostlib/hostlib.pro
index 9cc66f6..88adb94 100644
--- a/src/hostlib/hostlib.pro
+++ b/src/hostlib/hostlib.pro
@@ -15,7 +15,7 @@ QT += dbus
PKGCONFIG += \
dbus-1 \
keepalive \
- libsystemd-daemon \
+ libsystemd \
mlite5
INCLUDEPATH += \
--
2.7.4
SUMMARY = "QML Plugin for devicelock on Nemo"
HOMEPAGE = "https://git.merproject.org/mer-core/nemo-qml-plugin-devicelock.git"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/plugin/plugin.cpp;beginline=1;endline=31;md5=7abcb4ac64856fce624f8f11084f659f"
SRC_URI = "git://git.merproject.org/mer-core/nemo-qml-plugin-devicelock.git;protocol=https \
file://0001-Use-libsystemd-instead-of-libsystemd-daemon.patch"
SRCREV = "5e65cdaf4f072a243d56b5ed4a54ff4ce789adb6"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
inherit qmake5
B = "${S}"
do_compile_append() {
sed -i "s@-L${S}/src/hostlib/../lib @@" ./src/hostlib/pkgconfig/nemodevicelock-host.pc
}
DEPENDS += "qtdeclarative nemo-keepalive nemo-qml-plugin-dbus mlite dbus"
FILES_${PN}-dbg += "/opt /usr/lib/qml/org/nemomobile/devicelock/.debug"
FILES_${PN} += "/usr/lib/qml/org/nemomobile/devicelock/ /lib/systemd/system/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment