From 6df071fe7bfaa08b3c8f38fde64568c012186eef Mon Sep 17 00:00:00 2001 From: HuangHaitao Date: Fri, 8 Aug 2025 01:46:30 +0000 Subject: [PATCH 1/2] update BUILD.gn. Signed-off-by: HuangHaitao --- BUILD.gn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index a30b1cfa..cc6fa076 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -137,7 +137,6 @@ ohos_static_library("websockets") { "//third_party/libwebsockets/lib/event-libs/libev", "//third_party/libwebsockets/lib/event-libs/sdevent", "//third_party/libwebsockets/lib/event-libs/poll", - "//third_party/libwebsockets/lib/event-libs/glib", "//third_party/libwebsockets/lib/cose", "//third_party/libwebsockets/lib/core-net", "//third_party/libwebsockets/lib/core-net/client", @@ -228,8 +227,6 @@ ohos_static_library("websockets") { include_dirs += [ "//third_party/openssl/include/openssl", "//third_party/openssl/crypto/evp", - "//third_party/glib/glib", - "//third_party/glib", ] } @@ -261,7 +258,6 @@ ohos_static_library("websockets") { ] external_deps = [ - "glib:glib", "openssl:libcrypto_shared", "openssl:libssl_shared", "zlib:libz", @@ -298,7 +294,6 @@ config("websockets_public_config") { "//third_party/libwebsockets/lib/event-libs/libuv", "//third_party/libwebsockets/lib/event-libs/poll", "//third_party/libwebsockets/lib/event-libs/libevent", - "//third_party/libwebsockets/lib/event-libs/glib", "//third_party/libwebsockets/lib/event-libs/libev", "//third_party/libwebsockets/lib/jose/jwe", "//third_party/libwebsockets/lib/jose/jws", -- Gitee From 8f717ed6750dd58c2922a643c6e870f73d1f8bbd Mon Sep 17 00:00:00 2001 From: HuangHaitao Date: Fri, 8 Aug 2025 01:47:02 +0000 Subject: [PATCH 2/2] update bundle.json. Signed-off-by: HuangHaitao --- bundle.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundle.json b/bundle.json index d9d57ac3..8214c77b 100644 --- a/bundle.json +++ b/bundle.json @@ -20,7 +20,6 @@ "ram": "13865KB", "deps": { "components": [ - "glib", "openssl", "zlib" ], @@ -44,7 +43,6 @@ "//third_party/libwebsockets/lib/event-libs/libuv", "//third_party/libwebsockets/lib/event-libs/poll", "//third_party/libwebsockets/lib/event-libs/libevent", - "//third_party/libwebsockets/lib/event-libs/glib", "//third_party/libwebsockets/lib/event-libs/libev", "//third_party/libwebsockets/lib/jose/jwe", "//third_party/libwebsockets/lib/jose/jws", -- Gitee