1 Star 0 Fork 2

张天兴/fcitx-aoyun_1

forked from 张天兴/fcitx-aoyun 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test_fcitx_1.patch 900 Bytes
一键复制 编辑 原始数据 按行查看 历史
ALS 提交于 2023-07-31 16:51 . Initial commit
diff --git a/src/frontend/gtk2/CMakeLists.txt b/src/frontend/gtk2/CMakeLists.txt
index c8d3cee..06fa7d6 100644
--- a/src/frontend/gtk2/CMakeLists.txt
+++ b/src/frontend/gtk2/CMakeLists.txt
@@ -20,6 +20,8 @@ endif()
include_directories(${GTK2_INCLUDE_DIRS})
include_directories(${CMAKE_CURRENT_BINARY_DIR})
+include_directories(${DBUS_INCLUDE_DIRS})
+
link_directories(${GTK2_LIBRARY_DIRS})
include_directories(${GIO2_INCLUDE_DIRS})
diff --git a/src/frontend/gtk3/CMakeLists.txt b/src/frontend/gtk3/CMakeLists.txt
index 06a77b1..0d9e278 100644
--- a/src/frontend/gtk3/CMakeLists.txt
+++ b/src/frontend/gtk3/CMakeLists.txt
@@ -15,6 +15,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
link_directories(${GTK3_LIBRARY_DIRS})
include_directories(${GIO2_INCLUDE_DIRS})
+include_directories(${DBUS_INCLUDE_DIRS})
link_directories(${GIO2_LIBRARY_DIRS})
set(FCITX_GTK3_IM_MODULE_SOURCES
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ztx8267/fcitx-aoyun_1.git
git@gitee.com:ztx8267/fcitx-aoyun_1.git
ztx8267
fcitx-aoyun_1
fcitx-aoyun_1
master

搜索帮助