mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
19 lines
536 B
PHP
19 lines
536 B
PHP
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
PR = "r0"
|
|
|
|
require breeze-icons_metainfo.inc
|
|
inherit cmake_kf5
|
|
# bash is in the hosttools folder in PATH, but that's not detected automatically
|
|
# due to the CMAKE_FIND_ROOT_PATH settings
|
|
EXTRA_OECMAKE:class-target += " -DBASH_EXE=`which bash`"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/icons/breeze \
|
|
${datadir}/icons/breeze-dark \
|
|
"
|