mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
libsdl-ttf: fix and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Martin Jansa
parent
397c50a91b
commit
d86b0abb88
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user