mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
fluidsync: Fix build
Resolve build failure with out of date libtool macros by removing them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
578663d035
commit
6b87a52136
|
|
@ -17,3 +17,7 @@ PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,--disable-libsndfile-suppo
|
|||
PACKAGECONFIG[jack] = "--enable-jack-support,--disable-jack-support,jack"
|
||||
PACKAGECONFIG[pulseaudio] = "--enable-pulse-support,--disable-pulse-support,pulseaudio"
|
||||
PACKAGECONFIG[portaudio] = "--enable-portaudio-support,--disable-portaudio-support,portaudio"
|
||||
|
||||
do_configure_prepend () {
|
||||
rm -f ${S}/m4/*
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user