mirror of
https://github.com/Fishwaldo/yocto-meta-kf5.git
synced 2025-03-15 11:41:37 +00:00
Update kwallet for qca dependency
This commit is contained in:
parent
552a5a6330
commit
56b1238350
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1+"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = " \
|
||||
|
@ -21,8 +21,14 @@ DEPENDS = " \
|
|||
kwidgetsaddons \
|
||||
kwindowsystem \
|
||||
libgcrypt \
|
||||
qca \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
-DOE_QCA_PATH_HOST_ROOT=${STAGING_DIR_HOST} \
|
||||
"
|
||||
|
||||
inherit pkgconfig
|
||||
require kwallet_metainfo.inc
|
||||
inherit cmake_kf5
|
||||
inherit ki18n
|
||||
|
|
Loading…
Add table
Reference in a new issue