From a67c2d04a001c416273899ac93fa059657eee4c9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 30 Apr 2024 13:07:16 +0000 Subject: renderdoc: remove vim-native DEPENDS This need for this was removed in 2016[1] [1] https://github.com/baldurk/renderdoc/commit/fff93a4bcc036f8288fd31dcdd1209fea36b9b58 Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb index e52ec5f291..58f2275736 100644 --- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb +++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb @@ -10,7 +10,7 @@ SRC_URI = " \ " S = "${WORKDIR}/git" -DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms vim-native" +DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms" RDEPENDS:${PN} = "libxcb xcb-util-keysyms" -- cgit v1.2.3-54-g00ecf