From d86b0abb88f78da062a3970677f8b5194fc98971 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 22 Feb 2017 23:33:40 +0100 Subject: libsdl-ttf: fix and unblacklist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb index 091d6efaee..d8b378f2cd 100644 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb +++ b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb @@ -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/" -- cgit 1.2.3-korg