From 20199dfd053e2a00777f6b3b10de82852a8cf8f5 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 16 May 2021 17:02:53 +0100 Subject: [PATCH] Do not build big demo for now Signed-off-by: falkTX --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 71ab42e7..cd43a698 100644 --- 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)