From 95a6a36403a289814bb252cd5496e4d67d331b11 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 2 Mar 2021 13:57:11 +0100 Subject: Drop automake build support. Add basic cmake build instructions. Delete empty file NEWS. Rework of the README and the English help page files. Update some cmake files with latest macros. libXv and libXext are handled by cmake intern modules through X11 variables. Few cosmetics. Signed-off-by: gregory guy --- src/ConfigureChecks.cmake | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/ConfigureChecks.cmake (limited to 'src/ConfigureChecks.cmake') diff --git a/src/ConfigureChecks.cmake b/src/ConfigureChecks.cmake deleted file mode 100644 index 5be8176..0000000 --- a/src/ConfigureChecks.cmake +++ /dev/null @@ -1,18 +0,0 @@ -################################################# -# -# (C) 2020 Michele Calgaro -# michele (DOT) calgaro (AT) yahoo (DOT) it -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -## test for libXext -pkg_search_module( XEXT xext ) -if( XEXT_FOUND ) - check_include_file( "X11/extensions/shape.h" HAVE_X11_EXTENSIONS_SHAPE_H ) -else( ) - tde_message_fatal( "Xext is required, but was not found on your system." ) -endif( ) -- cgit v1.2.3