From 1c20e78084c4ca08bd24e4f03a661a0da2e20cb3 Mon Sep 17 00:00:00 2001 From: liuwenfeng Date: Mon, 7 Jul 2025 15:12:34 +0800 Subject: [PATCH] add dependencies Signed-off-by: liuwenfeng --- README.OpenSource | 1 + 1 file changed, 1 insertion(+) diff --git a/README.OpenSource b/README.OpenSource index 92d4d6ae8a4..19b7ba50dc9 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -7,5 +7,6 @@ "Owner": "liaosirui@huawei.com", "Upstream URL": "https://gitlab.freedesktop.org/mesa/mesa", "Description": "mesa is an open-source software implementation of OpenGL, Vulkan, and other graphics API specifications." + "Dependencies": [ "zlib" ] } ] \ No newline at end of file -- Gitee