diff options
Diffstat (limited to 'fcitx5-disab-dbus-tests.patch')
-rw-r--r-- | fcitx5-disab-dbus-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fcitx5-disab-dbus-tests.patch b/fcitx5-disab-dbus-tests.patch new file mode 100644 index 0000000..69e7571 --- /dev/null +++ b/fcitx5-disab-dbus-tests.patch @@ -0,0 +1,11 @@ +--- fcitx5-5.1.10/test/CMakeLists.txt.orig 2024-11-20 13:04:35.212500434 +0800 ++++ fcitx5-5.1.10/test/CMakeLists.txt 2024-11-20 13:04:48.594686421 +0800 +@@ -40,7 +40,7 @@ + add_executable(XvfbWrapper IMPORTED) + set_target_properties(XvfbWrapper PROPERTIES IMPORTED_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}/xvfb_wrapper.sh") + +-if (ENABLE_DBUS) ++if (0) + find_program(DBUS_DAEMON_BIN dbus-daemon) + add_executable(DBusWrapper IMPORTED) + set_target_properties(DBusWrapper PROPERTIES IMPORTED_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}/dbus_wrapper.sh") |