libabw: add gperf-native to DEPENDS

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-02-10 23:59:15 +01:00
parent c1d134ef01
commit 7c35493bd1

View File

@@ -11,6 +11,10 @@ SRC_URI[sha256sum] = "cfc698c2dd4ab592138a941ae26e2e18c3dac69bc196b5167df7f5eb88
inherit autotools pkgconfig
DEPENDS = "libxml2 librevenge"
DEPENDS = " \
gperf-native \
libxml2 \
librevenge \
"
BBCLASSEXTEND = "native"