summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add a check for a pkg-config package named libmad next to mad.Slávek Banko2022-07-121-1/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 16b6cf39ca633acc8178542da9f72f585403c21b)
* Fixed FTBFS when building without tdehw lib but with HAL enabled.Michele Calgaro2021-05-041-0/+10
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 804f6a4d46fa519558a321c4f86c72fd11610759)
* Use common CMake tests.Slávek Banko2019-02-101-29/+14
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit e85bdd821aca0f29e8f173681e4ab3d9ce9e0d36)
* Fix detection whether the system is big endianSlávek Banko2017-02-041-0/+3
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit b1aebdd7f9e3988d338a10cc608ca3c5221ffa49)
* cmake: Fix FTBFS due to artsc includesSlávek Banko2016-10-161-2/+2
| | | | | | | This relates to bug 2714 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 1602d89a8fda0eeec793ba2205a152d8ddd898e2)
* cmake: Fix detection of functions lrint and lrintf in libmSlávek Banko2016-03-131-0/+8
| | | | | | | Set HAVE_LRINT and HAVE_LRINTF if functions not exists Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 87fbdb32edf76217c9376e58f6b4c86f7bdd19d8)
* Initial cmake conversionAlexander Golubev2016-03-121-0/+239
(cherry picked from commit 737e53d58ce8cafd6f3835dc93721851476bad1c)