Codebase list fcitx-unikey / 450cc22 debian / patches / 0002-unikey-remove-unused-deps.patch
450cc22

Tree @450cc22 (Download .tar.gz)

0002-unikey-remove-unused-deps.patch @450cc22raw · history · blame

From: Weng Xuetian <wengxt@gmail.com>
Date: Thu, 28 Sep 2017 18:45:17 -0700
Subject: [unikey] remove unused deps

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b8eb11..eb3e5ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,6 @@ find_package(LibIntl REQUIRED)
 if (ENABLE_QT)
 find_package(Qt5 5.7 REQUIRED COMPONENTS Core Gui Widgets)
 find_package(FcitxQt5WidgetsAddons 1.1 REQUIRED)
-find_package(FcitxQt5DBusAddons 1.1 REQUIRED)
 
 endif (ENABLE_QT)