Skip to content

Commit

Permalink
renderdoc: remove vim-native DEPENDS
Browse files Browse the repository at this point in the history
This need for this was removed in 2016[1]

[1] baldurk/renderdoc@fff93a4

Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
rossburton authored and kraj committed Apr 30, 2024
1 parent a357e89 commit 01d3dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 01d3dca

Please sign in to comment.