diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-23 20:58:21 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:55 +0200 |
| commit | d04099e94be6611ac1aca1cbeee14c4546a920bb (patch) | |
| tree | 957aa43122d51438e1211f41c52ea9b81793bc0d /meta-oe/recipes-graphics/openbox | |
| parent | 4bcd1d6b962212871d5ec8716848d5331e3641f6 (diff) | |
| download | meta-openembedded-d04099e94be6611ac1aca1cbeee14c4546a920bb.tar.gz | |
recipes: Add missing pkgconfig dependencies
These recipes were all missing pkgconfig dependencies.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/openbox')
| -rw-r--r-- | meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb index 54a14f9596..24407b0ebc 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c14 | |||
| 11 | 11 | ||
| 12 | PR = "r2" | 12 | PR = "r2" |
| 13 | 13 | ||
| 14 | inherit autotools gettext update-alternatives | 14 | inherit autotools gettext update-alternatives pkgconfig |
| 15 | 15 | ||
| 16 | ALTERNATIVE_${PN}-core = "x-window-manager" | 16 | ALTERNATIVE_${PN}-core = "x-window-manager" |
| 17 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox" | 17 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox" |
