From: Pascal Bach Date: Thu, 4 Oct 2018 15:24:19 +0000 (+0200) Subject: piglit: inherit pkgconfig X-Git-Tag: uninative-2.3~149 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ac8f27b441b9e8cee969e06e22759d49e05e1b11;p=openembedded-core.git piglit: inherit pkgconfig The CMakeLists.txt of piglit uses pkgconfig internally. This makes sure pkgconfig-native is available in any case. Signed-off-by: Pascal Bach Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 3292d4cad0..9e45751648 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -18,7 +18,7 @@ S = "${WORKDIR}/git" DEPENDS = "libpng virtual/libx11 libxkbcommon libxrender waffle virtual/libgl libglu python3-mako-native python3-numpy-native python3-six-native virtual/egl" -inherit cmake python3native distro_features_check bash-completion +inherit cmake pkgconfig python3native distro_features_check bash-completion # depends on virtual/libx11 REQUIRED_DISTRO_FEATURES = "x11"