mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
libsdl-mixer: add pkgconfig to inherit and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Martin Jansa
parent
ec8d5fc0bb
commit
a5ec20e464
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f
|
||||
|
||||
S = "${WORKDIR}/SDL_mixer-${PV}"
|
||||
|
||||
inherit autotools-brokensep
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
EXTRA_AUTORECONF += "--include=acinclude"
|
||||
EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --enable-music-ogg-tremor LIBS=-L${STAGING_LIBDIR}"
|
||||
@@ -37,6 +37,3 @@ do_configure () {
|
||||
sed -i -e 's:-L/usr/lib:-L${STAGING_LIBDIR}:g' $i
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
PNBLACKLIST[libsdl-mixer] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130592/"
|
||||
|
||||
Reference in New Issue
Block a user