增加cmake编译依赖
This commit is contained in:
parent
b836b07736
commit
f75c29c873
|
@ -1,3 +1,9 @@
|
|||
ukui-notification (4.0.1.0-ok1) yangtze; urgency=medium
|
||||
|
||||
* 增加cmake编译依赖
|
||||
|
||||
-- zhangpengfei <zhangpengfei@kylinos.cn> Wed, 16 Aug 2023 13:56:56 +0800
|
||||
|
||||
ukui-notification (4.0.1.0-ok0) yangtze; urgency=medium
|
||||
|
||||
* 增加日志处理机制
|
||||
|
|
|
@ -10,7 +10,8 @@ Build-Depends: debhelper-compat (= 12),
|
|||
qtchooser,
|
||||
qtdeclarative5-dev,
|
||||
qtscript5-dev,
|
||||
qttools5-dev-tools
|
||||
qttools5-dev-tools,
|
||||
cmake
|
||||
Standards-Version: 4.5.0
|
||||
Homepage: https://www.ukui.org/
|
||||
Vcs-Git: https://gitee.com/openkylin/ukui-notification.git
|
||||
|
|
Loading…
Reference in New Issue