kiran-control-panel/0002-build-pkgconfig-remove-useless-pkgconfig-file.patch

28 lines
846 B
Diff
Raw Normal View History

From 16c73eb8c1d943d4c07a4c81224eca4d641a8785 Mon Sep 17 00:00:00 2001
From: liuxinhao <liuxinhao@kylinsec.com.cn>
Date: Fri, 8 Jul 2022 10:30:12 +0800
Subject: [PATCH 2/2] build(pkgconfig): remove useless pkgconfig file
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 移除掉无用的pkgconfig文件
---
data/CMakeLists.txt | 5 -----
1 file changed, 5 deletions(-)
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 1bbde27..c798986 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -1,6 +1 @@
-#pkgconfig
-configure_file(kiran-control-panel.pc.in kiran-control-center.pc @ONLY)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kiran-control-center.pc
- DESTINATION ${INSTALL_LIBDIR}/pkgconfig/)
-
install(DIRECTORY hicolor DESTINATION ${INSTALL_DATADIR}/icons/)
--
2.33.0