Warning, /graphics/digikam/project/bundles/3rdparty/ext_kf5/kguiaddons-mingw.patch is written in an unsupported language. File is not indexed.
0001 diff --git a/CMakeLists.txt b/CMakeLists.txt 0002 index 49b32b2..9d413d4 100644 0003 --- a/CMakeLists.txt 0004 +++ b/CMakeLists.txt 0005 @@ -25,7 +25,7 @@ include(GenerateExportHeader) 0006 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) 0007 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") 0008 0009 -if (UNIX AND NOT ANDROID AND NOT APPLE) 0010 +if (UNIX AND NOT ANDROID AND NOT APPLE AND NOT MINGW) 0011 option(WITH_WAYLAND "Build with support for KModifierKeyInfo, KSystemClipboard and KeySequenceRecorder inhibiting shortcuts on Wayland" ON) 0012 add_feature_info(WAYLAND ${WITH_WAYLAND} "KeySequenceEditor inhibiting shortcuts on Wayland") 0013