DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 20199dfd053e2a00777f6b3b10de82852a8cf8f5
parent 538ae8ab2401111df543878878137f179ab7bc07
Author: falkTX <falktx@falktx.com>
Date:   Sun, 16 May 2021 17:02:26 +0100

Do not build big demo for now

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mtests/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile @@ -25,7 +25,7 @@ ifeq ($(HAVE_CAIRO),true) WTESTS = Window.cairo endif ifeq ($(HAVE_OPENGL),true) -TESTS += Demo +# TESTS += Demo WTESTS = Window.opengl endif ifeq ($(HAVE_VULKAN),true)