From 84c9b010843c78339fb4670255104f7d830f488c Mon Sep 17 00:00:00 2001 From: jixingchun Date: Wed, 22 Jun 2022 11:22:42 +0800 Subject: [PATCH] refactor: graphic_2d remove_weston, so remove old deps Change-Id: I3f7a5e8c213046409f431c7b6fabfc32a4221280 Signed-off-by: jixingchun --- service/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/service/BUILD.gn b/service/BUILD.gn index 6d0f762..850efcb 100644 --- a/service/BUILD.gn +++ b/service/BUILD.gn @@ -53,7 +53,6 @@ ohos_shared_library("displaymgrservice") { deps = [ "${displaymgr_native_innerkits_path}:displaymgr", "//foundation/graphic/graphic_2d:libsurface", - "//foundation/graphic/graphic_2d:libwmservice", "//foundation/graphic/graphic_2d/rosen/modules/render_service_client:librender_service_client", "//foundation/windowmanager/utils:libwmutil", "//utils/native/base:utils", -- Gitee