diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-02-06 12:04:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-07 14:48:55 +0000 |
commit | b55186f93163e120c73bacb7400b94c21cfaa675 (patch) | |
tree | 7031b092a445eef1c945e465e85e4cefc7568341 /meta | |
parent | b9592bd3c1ab2155b9f62d18ce593b9c88eff279 (diff) | |
download | openembedded-core-b55186f93163e120c73bacb7400b94c21cfaa675.tar.gz openembedded-core-b55186f93163e120c73bacb7400b94c21cfaa675.tar.bz2 openembedded-core-b55186f93163e120c73bacb7400b94c21cfaa675.zip |
pong-clock: Add missing 'inherit pkgconfig'
The usage of pkg-config is sneakily hidden in do_compile()
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/pong-clock/pong-clock_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb index 6c3bcd831c..cdfe38a221 100644 --- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb +++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb @@ -2,7 +2,7 @@ SUMMARY = "A clock combined with a game of pong" LICENSE = "GPLv2+" DEPENDS = "virtual/libx11 xdmcp xau" -inherit distro_features_check +inherit distro_features_check pkgconfig # depends on virtual/libx11 REQUIRED_DISTRO_FEATURES = "x11" |