Warning, /packaging/yocto-meta-kf6/recipes-support/zxing-cpp.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 SUMMARY = "ZXing-C++"
0006 HOMEPAGE = "https://github.com/zxing-cpp/zxing-cpp"
0007 LICENSE = "Apache-2.0"
0008 LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
0009 
0010 SRC_URI = " \
0011     git://github.com/zxing-cpp/zxing-cpp.git;nobranch=1;protocol=https \
0012 "
0013 
0014 S = "${WORKDIR}/git"
0015 
0016 EXTRA_OECMAKE += " \
0017     -DBUILD_EXAMPLES=OFF \
0018     -DBUILD_DEPENDENCIES=LOCAL \
0019     -DBUILD_UNIT_TESTS=OFF \
0020     -DBUILD_BLACKBOX_TESTS=OFF \
0021 "
0022 
0023 inherit cmake