summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-04-30 13:07:16 +0000
committerKhem Raj <raj.khem@gmail.com>2024-04-30 11:00:35 -0700
commita67c2d04a001c416273899ac93fa059657eee4c9 (patch)
treeb8d1fa4b3272bbe8caf8ffddc7efe6a58701a9da
parente642f62eeebc36f9dc745ec96a77510bae79596c (diff)
downloadmeta-openembedded-a67c2d04a001c416273899ac93fa059657eee4c9.tar.gz
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 <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb2
1 files changed, 1 insertions, 1 deletions
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 = " \
10" 10"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms vim-native" 13DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms"
14 14
15RDEPENDS:${PN} = "libxcb xcb-util-keysyms" 15RDEPENDS:${PN} = "libxcb xcb-util-keysyms"
16 16