- 暂时屏蔽掉network插件,以及删除无用的pkgconfig文件 add build require: kiran-qdbusxml2cpp update spec file
31 lines
890 B
Diff
31 lines
890 B
Diff
From 931d1ebefe488cec59e7b0bb6930481ff0a4ef55 Mon Sep 17 00:00:00 2001
|
|
From: liuxinhao <liuxinhao@kylinsec.com.cn>
|
|
Date: Thu, 7 Jul 2022 15:32:24 +0800
|
|
Subject: [PATCH 1/2] refactor(network): temporarily shield the network plug-in
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 暂时屏蔽掉network插件
|
|
---
|
|
plugins/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
|
|
index b477d54..d96632f 100644
|
|
--- a/plugins/CMakeLists.txt
|
|
+++ b/plugins/CMakeLists.txt
|
|
@@ -8,7 +8,7 @@ add_subdirectory(audio)
|
|
add_subdirectory(account)
|
|
add_subdirectory(keyboard)
|
|
add_subdirectory(timedate)
|
|
-add_subdirectory(network)
|
|
+#add_subdirectory(network)
|
|
add_subdirectory(display)
|
|
add_subdirectory(keybinding)
|
|
add_subdirectory(appearance)
|
|
\ No newline at end of file
|
|
--
|
|
2.33.0
|
|
|