summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Drop automake build support.gregory guy2021-03-031-22/+17
| | | | | | | | | | | | 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 <[email protected]> (cherry picked from commit 95a6a36403a289814bb252cd5496e4d67d331b11)
* Fixed detection of library at runtime.Michele Calgaro2020-06-291-0/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ada630a82597dcbf6771707c2e9ec5c200099079)
* Add library paths to link_directories and supply correct Xtest check/variablesaneejit12020-06-261-3/+19
| | | | | | | This resolves bug 3130 Signed-off-by: aneejit1 <[email protected]> (cherry picked from commit abed871291535bede858e6f6acd4a4847b536e5b)
* Fixed FTBFS due to missing linked libraries.Michele Calgaro2020-06-151-0/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 56421bd79cd713d05b296b23e605f66ac5aa56a9)
* Conversion to the cmake building system.gregory guy2020-04-061-0/+241
A man page taken fron the Debian packaging system has been added. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 5ebdc209a7a6177fe640c6911eb74d2686b79db9)