summaryrefslogtreecommitdiffstats
path: root/style/configure.in.in
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-10-01 14:38:07 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-10-02 12:07:12 +0900
commit383a66d0828e5f858503344e055067a14464c2c1 (patch)
tree379b0c5b82dbc17542efeef3ac6554ce82a23c77 /style/configure.in.in
parent09652c06fc0033aca687c913901625bfa0759afd (diff)
downloadtde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.tar.gz
tde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.zip
Drop automake build support.
Deleted TODO and NEWS empty files. Rework of the README file. Add basic cmake build instructions. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 8648781af8e31b5b243e26a7ae42b36b38aa8aed)
Diffstat (limited to 'style/configure.in.in')
-rw-r--r--style/configure.in.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/style/configure.in.in b/style/configure.in.in
deleted file mode 100644
index b0f4a88..0000000
--- a/style/configure.in.in
+++ /dev/null
@@ -1,5 +0,0 @@
-compile_kompmgr=yes
-KDE_CHECK_HEADERS(X11/extensions/Xdamage.h,,compile_kompmgr=no,[#include <X11/Xlib.h>])
-KDE_CHECK_HEADERS(X11/extensions/Xcomposite.h,,compile_kompmgr=no,[#include <X11/Xlib.h>])
-KDE_CHECK_HEADERS(X11/extensions/Xrender.h,,compile_kompmgr=no,[#include <X11/Xlib.h>])
-AM_CONDITIONAL(include_kompmgr, test "$compile_kompmgr" = "yes" )