diff options
author | CoprDistGit <infra@openeuler.org> | 2025-06-24 01:19:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-06-24 01:19:15 +0000 |
commit | 42aff71ce04153fda62eb40b4b651f7410423e25 (patch) | |
tree | 39fe32c29a04fe692a4603224c730ce296d05fd7 /fcitx5-disab-dbus-tests.patch | |
parent | 426f73e3402baa8d04043453d1d25b69f76e60ed (diff) |
automatic import of fcitx5
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") |