From 49a78bc482bc112248a05f0b1ea78bcf80403efa Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 28 Feb 2021 14:56:19 +0100 Subject: Fix cairo build (autoconf + CMake) + README's - rewrite to use pkg-config with both autoconf + CMake - remove hardcoded library names - fix build dependencies and search directories - remove or replace old and unused variables - update README files To be done: - implement fallback for autoconf/configure if pkg-config is missing - fix pango build (uses cairo internally) --- test/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 8dc808edd..b3f213119 100644 --- a/test/Makefile +++ b/test/Makefile @@ -181,7 +181,6 @@ ALL = \ tree$(EXEEXT) \ twowin$(EXEEXT) \ valuators$(EXEEXT) \ - cairotest$(EXEEXT) \ utf8$(EXEEXT) \ windowfocus$(EXEEXT) -- cgit v1.2.3