diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-07 12:44:32 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:58:17 +0200 |
commit | aaca0f3ba1db581ff2266d809a387c4d01d9b86d (patch) | |
tree | 750967f57abfde67296cda57d230591bbedab3d0 /meta-gnome | |
parent | 6a613feba90e8fed23e70fb9d1498b23eae3fb1c (diff) | |
download | meta-openembedded-aaca0f3ba1db581ff2266d809a387c4d01d9b86d.tar.gz |
recipes: add missing pkgconfig inherit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-support/florence/florence_0.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/florence/florence_0.5.1.bb b/meta-gnome/recipes-support/florence/florence_0.5.1.bb index 56d891465..9eab38575 100644 --- a/meta-gnome/recipes-support/florence/florence_0.5.1.bb +++ b/meta-gnome/recipes-support/florence/florence_0.5.1.bb | |||
@@ -15,6 +15,6 @@ SRC_URI = "http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/flor | |||
15 | SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609" | 15 | SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609" |
16 | SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62" | 16 | SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62" |
17 | 17 | ||
18 | inherit gettext autotools gconf | 18 | inherit gettext autotools gconf pkgconfig |
19 | 19 | ||
20 | EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet" | 20 | EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet" |