diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2018-10-04 17:24:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-08 14:13:48 +0100 |
commit | ac8f27b441b9e8cee969e06e22759d49e05e1b11 (patch) | |
tree | bdf55ec1ffb40a3433a2e75f14ae7dd8369a6611 | |
parent | d4b942c97831f6717b34caaaf2402efdffa227ba (diff) | |
download | openembedded-core-ac8f27b441b9e8cee969e06e22759d49e05e1b11.tar.gz openembedded-core-ac8f27b441b9e8cee969e06e22759d49e05e1b11.tar.bz2 openembedded-core-ac8f27b441b9e8cee969e06e22759d49e05e1b11.zip |
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 <pascal.bach@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |