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>
This commit is contained in:
Richard Purdie
2014-06-23 20:58:21 +01:00
committed by Martin Jansa
parent 4bcd1d6b96
commit d04099e94b
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/znc/znc.git"
S = "${WORKDIR}/git"
inherit autotools-brokensep
inherit autotools-brokensep pkgconfig
# ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail
do_configure_prepend() {