mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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:
committed by
Martin Jansa
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/*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user