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:50:09 +0000 |
commit | 3154eedbfec2f1a744860287a856b260d64cf6c9 (patch) | |
tree | 76175f20ea9a8ac531d179829c811314e9378e02 /meta/recipes-graphics | |
parent | e8f4e06e762670c6e451dc4028be7c3cccd71c46 (diff) | |
download | poky-3154eedbfec2f1a744860287a856b260d64cf6c9.tar.gz |
pong-clock: Add missing 'inherit pkgconfig'
The usage of pkg-config is sneakily hidden in do_compile()
(From OE-Core rev: b55186f93163e120c73bacb7400b94c21cfaa675)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-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" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | DEPENDS = "virtual/libx11 xdmcp xau" | 3 | DEPENDS = "virtual/libx11 xdmcp xau" |
4 | 4 | ||
5 | inherit distro_features_check | 5 | inherit distro_features_check pkgconfig |
6 | # depends on virtual/libx11 | 6 | # depends on virtual/libx11 |
7 | REQUIRED_DISTRO_FEATURES = "x11" | 7 | REQUIRED_DISTRO_FEATURES = "x11" |
8 | 8 | ||