summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'tde_setup_architecture_flags' to a more appropriate ↵Michele Calgaro2025-12-141-1/+1
| | | | | | 'tde_setup_compiler_flags' Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix a typo introduced by 433b311Alexander Golubev2025-07-291-1/+1
|
* cmake: fix detection of libXext and libXvAlexander Golubev2025-07-281-7/+8
| | | | | | Also require them only if appropriate backends are getting built Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Remove unused code that was causing a dependency on dbus-tqtMichele Calgaro2024-11-211-2/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop automake build support.gregory guy2021-03-021-101/+114
| | | | | | | | | | | 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>
* Add library paths to link_directories and supply correct Xtest check/variablesaneejit12020-06-261-3/+4
| | | | | | This resolves bug 3130 Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Conversion to the cmake building system.gregory guy2020-04-061-0/+175
A man page taken fron the Debian packaging system has been added. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>