Warning, /packaging/yocto-meta-kde/recipes-support/libchewing/0002-Disable-genkeystroke-testapp.patch is written in an unsupported language. File is not indexed.

0001 From b0e780073b7729f232d18ed39089fa6caeafe255 Mon Sep 17 00:00:00 2001
0002 From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 Date: Mon, 4 Jan 2021 20:39:21 +0100
0004 Subject: [PATCH 2/2] Disable genkeystroke testapp
0005 
0006 Hard comment out problematic test app instead of fixing the
0007 find module for libcurses.
0008 ---
0009  CMakeLists.txt | 4 ++--
0010  1 file changed, 2 insertions(+), 2 deletions(-)
0011 
0012 diff --git a/CMakeLists.txt b/CMakeLists.txt
0013 index f0735e8..85d5274 100644
0014 --- a/CMakeLists.txt
0015 +++ b/CMakeLists.txt
0016 @@ -279,7 +279,7 @@ set(ALL_TESTTOOLS
0017  )
0018  
0019  if(${CURSES_FOUND})
0020 -    set(ALL_TESTTOOLS ${ALL_TESTTOOLS} genkeystroke)
0021 +#    set(ALL_TESTTOOLS ${ALL_TESTTOOLS} genkeystroke)
0022  endif()
0023  
0024  enable_testing()
0025 @@ -330,7 +330,7 @@ foreach(target ${ALL_TESTS})
0026  endforeach()
0027  
0028  if (${CURSES_FOUND})
0029 -    target_link_libraries(genkeystroke ${CURSES_LIBRARIES})
0030 +#    target_link_libraries(genkeystroke ${CURSES_LIBRARIES})
0031  endif()
0032  
0033  # data
0034 -- 
0035 2.27.0
0036