aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 09:22:36 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:35 -0700
commit3540f04c699e7fb84a7033d7ba319dff7056e5a3 (patch)
tree725c3b5659fbc17162a40ae3a85a28bea1a8c872 /meta-oe
parent5ab5b623d46cd4c5b2bec544294a378da51ed54c (diff)
downloadmeta-openembedded-contrib-3540f04c699e7fb84a7033d7ba319dff7056e5a3.tar.gz
renderdoc: Inherit pkgconfig
Fixes Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
index 62d4cba5fc..be5b6013f6 100644
--- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
+++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
@@ -15,7 +15,7 @@ DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms vim-native"
RDEPENDS:${PN} = "libxcb xcb-util-keysyms"
-inherit cmake python3native features_check
+inherit cmake pkgconfig python3native features_check
REQUIRED_DISTRO_FEATURES = "x11 opengl"