summaryrefslogtreecommitdiffstats
path: root/src/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-03-02 13:57:11 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-03-03 13:34:13 +0900
commit9b37b1167746948beb450761d1f2d004adc124ec (patch)
tree38deda1c1c2ada0df679a34fc3cc5ddbceebbd61 /src/ConfigureChecks.cmake
parentfbd8cbf7678f7d8984c414c2b5a38139c14a354c (diff)
downloadkmplayer-9b37b116.tar.gz
kmplayer-9b37b116.zip
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 <gregory-tde@laposte.net> (cherry picked from commit 95a6a36403a289814bb252cd5496e4d67d331b11)
Diffstat (limited to 'src/ConfigureChecks.cmake')
-rw-r--r--src/ConfigureChecks.cmake18
1 files changed, 0 insertions, 18 deletions
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( )