mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 15:49:36 +02:00
Make KAuth actually build
Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D7001
This commit is contained in:
15
recipes-kdesupport/polkit-qt-1.inc
Normal file
15
recipes-kdesupport/polkit-qt-1.inc
Normal file
@@ -0,0 +1,15 @@
|
||||
DESCRIPTION = "Polkit-Qt-1"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7dbc59dc445b2261c4fb2f9466e3446a"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase polkit"
|
||||
|
||||
SRC_URI = "git://anongit.kde.org/polkit-qt-1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${libdir}/cmake/PolkitQt5-1/* \
|
||||
"
|
||||
2
recipes-kdesupport/polkit-qt-1_0.112.0.bb
Normal file
2
recipes-kdesupport/polkit-qt-1_0.112.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase kcoreaddons"
|
||||
DEPENDS = "qtbase kcoreaddons kcoreaddons-native polkit-qt-1"
|
||||
|
||||
SRC_URI = "git://anongit.kde.org/kauth;nobranch=1"
|
||||
S = "${WORKDIR}/git"
|
||||
@@ -14,7 +14,8 @@ inherit cmake_kf5
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/plugins/kauth/helper/kauth_helper_plugin.so \
|
||||
/usr/share/kf5/kauth/*.stub \
|
||||
${libdir}/plugins/kauth/backend/kauth_backend_plugin.so \
|
||||
${datadir}/kf5/kauth/*.stub \
|
||||
"
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
|
||||
Reference in New Issue
Block a user