ports/inputmethods/fcitx-config-qt/patches/patch-src_CMakeLists_txt

12 lines
251 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/CMakeLists.txt
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -7,4 +7,6 @@ if (ENABLE_CONFIG_QT)
add_subdirectory(configtool)
endif()
-add_subdirectory(migrator)
+if (ENABLE_MIGRATOR)
+ add_subdirectory(migrator)
+endif()