Commit 10ee5e0f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Contrib: disable not needed fluidsynth options

parent bded7246
...@@ -2376,7 +2376,17 @@ ifdef HAVE_WIN32 ...@@ -2376,7 +2376,17 @@ ifdef HAVE_WIN32
endif endif
.fluid: fluidsynth .fluid: fluidsynth
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) cd $< && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) \
--disable-ladspa \
--disable-oss-support \
--disable-alsa-support \
--disable-midishare \
--disable-jack-support \
--disable-coreaudio \
--disable-lash \
--disable-ladcca
cd $< && make
cd $< && make install
touch $@ touch $@
CLEAN_FILE += .fluid CLEAN_FILE += .fluid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment