summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo introduced by 433b311Alexander Golubev2025-07-291-1/+1
| | | | (cherry picked from commit c12ae0102873740bbb8a9398752c56b6309ce6f1)
* cmake: fix detection of libXext and libXvAlexander Golubev2025-07-291-7/+8
| | | | | | | Also require them only if appropriate backends are getting built Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 433b3113a37528443dddb26fe961affb51377a65)
* 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> (cherry picked from commit a8aa919300c70ce5d3cf8e706eb2980ad56a8c01)
* 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>