update changelog
This commit is contained in:
parent
2254d25a4b
commit
0dd616528a
|
@ -1,3 +1,11 @@
|
||||||
|
ukui-biometric-auth (3.22.0.0-ok7~0420) yangtze; urgency=medium
|
||||||
|
|
||||||
|
* BUG号:无
|
||||||
|
* 需求号:无
|
||||||
|
* 其他修改说明:修复glib2.0头文件引用不规范导致的编译问题
|
||||||
|
|
||||||
|
-- Yang Min <yangmin@kylinos.cn> Thu, 20 Apr 2023 16:16:16 +0800
|
||||||
|
|
||||||
ukui-biometric-auth (3.22.0.0-ok6~0420) yangtze; urgency=medium
|
ukui-biometric-auth (3.22.0.0-ok6~0420) yangtze; urgency=medium
|
||||||
|
|
||||||
* BUG号:无
|
* BUG号:无
|
||||||
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
From: winnerym <yangmin@kylinos.cn>
|
||||||
|
Date: Thu, 20 Apr 2023 16:17:59 +0800
|
||||||
|
Subject: update changelog
|
||||||
|
|
||||||
|
---
|
||||||
|
bioauth/CMakeLists.txt | 1 +
|
||||||
|
bioauth/src/giodbus.cpp | 2 +-
|
||||||
|
2 files changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/bioauth/CMakeLists.txt b/bioauth/CMakeLists.txt
|
||||||
|
index 076db39..97f287c 100644
|
||||||
|
--- a/bioauth/CMakeLists.txt
|
||||||
|
+++ b/bioauth/CMakeLists.txt
|
||||||
|
@@ -35,6 +35,7 @@ include_directories(
|
||||||
|
${Qt5Widgets_INCLUDE_DIRS}
|
||||||
|
${Qt5DBus_INCLUDE_DIRS}
|
||||||
|
${GLIB2_INCLUDE_DIRS}
|
||||||
|
+ ${GIOUNIX2_INCLUDE_DIRS}
|
||||||
|
include
|
||||||
|
../common
|
||||||
|
)
|
||||||
|
diff --git a/bioauth/src/giodbus.cpp b/bioauth/src/giodbus.cpp
|
||||||
|
index 3ba8416..c30098b 100644
|
||||||
|
--- a/bioauth/src/giodbus.cpp
|
||||||
|
+++ b/bioauth/src/giodbus.cpp
|
||||||
|
@@ -17,7 +17,7 @@
|
||||||
|
**/
|
||||||
|
#include "giodbus.h"
|
||||||
|
#include <gio/gio.h>
|
||||||
|
-#include <gio-unix-2.0/gio/gunixfdlist.h>
|
||||||
|
+#include <gio/gunixfdlist.h>
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
|
int get_server_gvariant_stdout (int drvid)
|
|
@ -2,3 +2,4 @@
|
||||||
0002-update-changelog.patch
|
0002-update-changelog.patch
|
||||||
0003-update-changelog.patch
|
0003-update-changelog.patch
|
||||||
0004-update-changelog.patch
|
0004-update-changelog.patch
|
||||||
|
0005-update-changelog.patch
|
||||||
|
|
Loading…
Reference in New Issue