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

0001 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 LICENSE = "LGPL-2.1"
0006 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
0007 SUMMARY = "The intelligent phonetic input method library"
0008 
0009 SRC_URI = " \
0010     git://github.com/chewing/libchewing.git;nobranch=1;protocol=https \
0011     file://0001-Cross-compilation-options.patch \
0012     file://0002-Disable-genkeystroke-testapp.patch \
0013 "
0014 
0015 S = "${WORKDIR}/git"
0016 
0017 DEPENDS = " \
0018     ncurses \
0019     sqlite3 \
0020     ${PN}-native \
0021 "
0022 
0023 DEPENDS:class-native = " \
0024     ncurses \
0025     sqlite3-native \
0026 "
0027 
0028 inherit cmake
0029 
0030 EXTRA_OECMAKE += "-DUSE_TOOLS_FROM_PATH=ON"
0031 EXTRA_OECMAKE:class-native += "-DINSTALL_TOOLS=ON"
0032 
0033 BBCLASSEXTEND = "native"