37 lines
1.0 KiB
Diff
37 lines
1.0 KiB
Diff
From 27dd6b8cc8ab09421ea4c073aaecaec32fe78049 Mon Sep 17 00:00:00 2001
|
|
From: heppen <hepeng68@huawei.com>
|
|
Date: Thu, 14 Dec 2023 22:18:27 +0800
|
|
Subject: [PATCH] change deps
|
|
|
|
---
|
|
build/configs/system_deps.toml | 13 ++++++++++++-
|
|
1 file changed, 12 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/build/configs/system_deps.toml b/build/configs/system_deps.toml
|
|
index b5c7cbd..bb9c693 100755
|
|
--- a/build/configs/system_deps.toml
|
|
+++ b/build/configs/system_deps.toml
|
|
@@ -29,7 +29,18 @@ package_deps = [
|
|
"cmake",
|
|
"wayland-devel",
|
|
"ft_engine-devel",
|
|
- "distributed-utils",
|
|
"distributed-build",
|
|
+ "distributed-beget",
|
|
+ "commonlibrary_c_utils",
|
|
+ "notification_eventhandler",
|
|
+ "communication_ipc",
|
|
+ "communication_dsoftbus",
|
|
+ "security_device_auth",
|
|
+ "security_huks",
|
|
+ "security_device_security_level",
|
|
+ "security_dataclassification",
|
|
+ "systemabilitymgr_safwk",
|
|
+ "systemabilitymgr_samgr",
|
|
+ "distributedhardware_device_manager",
|
|
"mesa-libEGL-devel",
|
|
]
|
|
--
|
|
2.33.0
|
|
|