From 558754678f0a34d1e624dcc9c17b583bc05d4d80 Mon Sep 17 00:00:00 2001 From: liuxinhao Date: Tue, 12 Dec 2023 20:26:29 +0800 Subject: [PATCH] fix(pkgconfig): Fix the issue of incorrect content in the PC file provided by pkgconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复提供的pkgconfig配置内容缺失的问题 --- data/kiran-control-panel.pc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/kiran-control-panel.pc.in b/data/kiran-control-panel.pc.in index de3ae6b..1e50a0d 100644 --- a/data/kiran-control-panel.pc.in +++ b/data/kiran-control-panel.pc.in @@ -1,7 +1,7 @@ -includedir=@KCP_INSTALL_INCLUDE@ +includedir=@KCP_INCLUDEDIR@ -category_desktop_location=@CATEGORY_DESKTOP_INSTALL_DIR@ -category_icon_location=@CATEGORY_ICON_INSTALL_DIR@ +category_desktop_location=@CATEGORY_DESKTOP_DIR@ +category_icon_location=@CATEGORY_ICON_DIR@ plugin_location=@PLUGIN_LIBS_DIR@ plugin_desktop_location=@PLUGIN_DESKTOP_DIR@ -- 2.27.0