| @@ -686,7 +686,7 @@ endif | |||||
| ifeq ($(HAVE_LINUXSAMPLER),true) | ifeq ($(HAVE_LINUXSAMPLER),true) | ||||
| @echo "GIG:$(ANS_YES)" | @echo "GIG:$(ANS_YES)" | ||||
| else | else | ||||
| @echo "GIG:$(ANS_NO) $(mS)LinuxSampler missing$(mE)" | |||||
| @echo "GIG:$(ANS_NO) $(mS)LinuxSampler missing or too old$(mE)" | |||||
| endif | endif | ||||
| ifeq ($(HAVE_FLUIDSYNTH),true) | ifeq ($(HAVE_FLUIDSYNTH),true) | ||||
| @echo "SF2:$(ANS_YES)" | @echo "SF2:$(ANS_YES)" | ||||
| @@ -696,7 +696,7 @@ endif | |||||
| ifeq ($(HAVE_LINUXSAMPLER),true) | ifeq ($(HAVE_LINUXSAMPLER),true) | ||||
| @echo "SFZ:$(ANS_YES)" | @echo "SFZ:$(ANS_YES)" | ||||
| else | else | ||||
| @echo "SFZ:$(ANS_NO) $(mS)LinuxSampler missing$(mE)" | |||||
| @echo "SFZ:$(ANS_NO) $(mS)LinuxSampler missing or too old$(mE)" | |||||
| endif | endif | ||||
| @echo "" | @echo "" | ||||
| @@ -175,7 +175,7 @@ endif | |||||
| HAVE_QT4 = $(shell pkg-config --exists QtCore QtGui && echo true) | HAVE_QT4 = $(shell pkg-config --exists QtCore QtGui && echo true) | ||||
| HAVE_QT5 = $(shell pkg-config --exists Qt5Core Qt5Gui Qt5Widgets && echo true) | HAVE_QT5 = $(shell pkg-config --exists Qt5Core Qt5Gui Qt5Widgets && echo true) | ||||
| HAVE_FLUIDSYNTH = $(shell pkg-config --exists fluidsynth && echo true) | HAVE_FLUIDSYNTH = $(shell pkg-config --exists fluidsynth && echo true) | ||||
| HAVE_LINUXSAMPLER = $(shell pkg-config --exists linuxsampler && echo true) | |||||
| HAVE_LINUXSAMPLER = $(shell pkg-config --atleast-version=1.0.0.svn41 linuxsampler && echo true) | |||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| # Set Qt tools | # Set Qt tools | ||||