From 30db6471fc9878abdaf1bd88d4afffd1eb116dcd Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 5 Sep 2017 18:45:42 +0200 Subject: demos: remove The igt testcase themselves contain plenty of demos, libdrm also contains a bunch of demos, this here just bitrots. So let's remove it. v2: Rebase. v3: Also delete demos/Makefile from configure.ac. This broke clean builds starting with autogen.sh. Acked-by: Jani Nikula Acked-by: Arkadiusz Hiler Acked-by: Petri Latvala Acked-by: Daniel Stone Acked-by: Radoslaw Szwichtenberg Signed-off-by: Daniel Vetter --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 60168628..8c254027 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ if BUILD_SHADER_DEBUGGER SUBDIRS += debugger endif -SUBDIRS += overlay demos benchmarks +SUBDIRS += overlay benchmarks endif SUBDIRS += docs -- cgit v1.2.3