libsdl-ttf: fix and unblacklist

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-02-22 23:33:40 +01:00
committed by Martin Jansa
parent 397c50a91b
commit d86b0abb88

View File

@@ -12,7 +12,9 @@ SRC_URI[sha256sum] = "724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248
S = "${WORKDIR}/SDL_ttf-${PV}"
inherit autotools
inherit autotools pkgconfig
LDFLAGS += "-lm"
do_configure_prepend() {
# make autoreconf happy
@@ -25,5 +27,3 @@ do_configure_prepend() {
rm -f ${S}/acinclude/$i
done
}
PNBLACKLIST[libsdl-ttf] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130598/"