summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct macros isnan, isinf for libc compatibilityMatías Fonzo2021-02-031-4/+0
| | | | | | | | | | | | | Changes related to this commit: - Clean up #if mess. - Use unconditionally the correct macros isnan, isinf. - Remove redudant macros from the build system. Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit 8ae17a5d9d77d489a2d16529f16680d31374537e)
* Fix building with avahi supportSlávek Banko2021-02-031-10/+9
| | | | | | | | | + Avahi detection was not performed at all + Added missing avahi-client detection + Fixed FTBFS in avahi related code Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 281e2da7f14eca57104dbd3f7da39506011729a8)
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-271-0/+12
| | | | | | | This prevents finding an incorrect architecture on multi-arch systems. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8a859540c3cb306844288144a06028dc302408d6)
* Fix openssl >= 1.1 detection without pkg-config file.Slávek Banko2019-02-161-3/+12
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5de71676ac3ab1b305ff02185bb683af1a1c3dee)
* Use common test for large files support.Slávek Banko2019-01-281-0/+2
| | | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE=1. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ebf0115af1c52612e02fd8908b4240501bd34c60)
* Use common GCC visibility test.Slávek Banko2019-01-281-8/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 83e4c4d56c1bda0a7b925c8dccb971d7a3a12362)
* Convert GETMNTINFO_USES_STATVFS check to CMakeOBATA Akio2019-01-251-0/+11
| | | | | | Fix to build on such platforms, it is used but not checked with CMake. (cherry picked from commit 6716d0dfb9c50b388817118469d1e2b7dc7ae46a)
* fix issue #3 utempter detectiongregory guy2018-11-171-2/+2
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 82afa07a430c43bc122c7325dc67fb9f3ad6216a)
* Add paths to the search for utempter helperSlávek Banko2018-03-101-0/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 98ba18d0fc275af53746782e36f0b71d667f591d)
* Add search for utempter helperSlávek Banko2018-02-131-1/+20
| | | | | | | This resolves Bug 2841 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a14adb9ab9c50cbcd95a2d2e3f42c41fecf73fb0)
* Allow openssl detection without pkg-config fileSlávek Banko2017-07-221-1/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2aa548763e7d1dd7a10427df45988a78b3e97b8b)
* Fix detection whether the system is big endianSlávek Banko2017-07-221-0/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7cc97cb18734939136579c086bf6758f3a4c18ad)
* Initial add for check target for cmakeAlexander Golubev2017-07-221-0/+1
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 0c64a776ddecfa33a37318e79b8811d9774579ae)
* Fix FTBFS on missing magic_getpathSlávek Banko2017-07-221-0/+20
| | | | (cherry picked from commit 03a61295af97983a2313df9717653a466c99ef03)
* Fix dlerror and crypt detection for CMake buildSlávek Banko2015-12-231-0/+21
| | | | | | | This resolves Bug 654 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4925611808ccb524a6c0bd225fb39b52ae1cf1ae)
* Fix openpty detection with libutil.hSlávek Banko2015-12-231-12/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e75569be1b7bf138685d0e4941daf111e6f51ba3)
* Fix detection for option TDEINIT_USE_XFT with CMake buildSlávek Banko2015-12-231-1/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 14243cc8ead795531e47954763cc8b1bec94a092)
* Fix setting some constants in config.h with CMake buildSlávek Banko2015-12-231-0/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f17c618004e799eb1ae9dc35907a7b9431968ba2)
* Fix detection of LZMA without pkgconfig fileSlávek Banko2015-12-231-1/+12
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d107d0b0d758225d0b01429410200f51c91efe54)
* Improve ACL detection for CMake buildSlávek Banko2015-12-231-3/+15
| | | | | | | Fix hidden visibility in posixacladdons Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6ebff397515bf153ea95d7e80d21ca9a0f97708d)
* Add include directory for internal libltdlSlávek Banko2015-12-231-1/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dfd680030c18adaa4f299a4092d9ac6d5945cadc)
* Add mit-shm extension support for CMake buildSlávek Banko2015-12-231-2/+15
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5b95b86a5bbe9a4f558712b3e2173f90b7cd0dd5)
* Fix xext configure check for CMake buildSlávek Banko2015-12-231-3/+9
| | | | | | | This resolves Bug 2410 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c80f418abf9c3061b0fb7759a1e560a0ab1243fe)
* Add a cmake detection for Xext libraryFrançois Andriot2015-12-231-0/+6
| | | | | | Remove hardcoded Xext flags in tderandr and tdestyles/keramik Add missing link flag in tdeui (cherry picked from commit aae8990d33bbfee205c75dc7e48e1c64f2beeff0)
* Fix openpty detection on openbsdFrançois Andriot2015-12-231-10/+23
| | | | (cherry picked from commit e255a8ca6387cc1f100beffe39f889328e8f2a41)
* Fix detection of some headers on openbsdFrançois Andriot2015-12-231-1/+22
| | | | | Many headers requires additional include stdlib.h (cherry picked from commit 3f5a4b419f7907ba61c6f63458e0413cccb74760)
* Fix hardcoded link flag to "dl" libraryFrançois Andriot2015-12-231-4/+9
| | | | | Fix "dlopen" function detection (cherry picked from commit af2c2afb25ce2b62767cdc639cf6d0c4fb967eaa)
* Fix tdecore directories of linked librariesSlávek Banko2015-12-231-0/+6
| | | | (cherry picked from commit 62ac96e110e21c0289e890b6e2a824b61d5cb055)
* Add new build option WITH_XCOMPOSITEAlexander Golubev2015-12-231-4/+10
| | | | | | Fix build without xcomposite This resolves Bug 1289 (cherry picked from commit 6e81fa9ce19536f7b5c7de37f710a416bb31eaf3)
* Fix tdesu backend check in CMakeSlávek Banko2015-12-231-19/+10
| | | | | This relates to Bug 1655 (cherry picked from commit 11b5fd8f08aa59fdfed395d7e6de0aa6914fb021)
* Improved creation backtracesAlexander Golubev2015-12-231-2/+35
| | | | (cherry picked from commit a5ba7ad71203a7ff1b3a716e7171e919a2e2e5bb)
* Added check the conditions for building backtrace handlerAlexander Golubev2015-12-231-0/+1
| | | | (cherry picked from commit 35748811a4b11b5947879f657a752e89d649ce06)
* Fix tdeioslaves FTBFS when compiled in standalone.Alexander Golubev2015-12-231-0/+1
| | | | | | | | This resolves bug report 1617. Cmake doesn't define HAVE_BACKTRACE. This resolves bug report 1614. (cherry picked from commit 12976397880bd538311859d4fe5e1a473c326e5e)
* Fix FTBFS when xrender is missing.Alexander Golubev2015-12-231-0/+2
| | | | | This resolves bug report 1554. (cherry picked from commit be31b51dbc54328b836ebe216ff5c59c017f1c51)
* Add new build option WITH_XRANDRAlexander Golubev2015-12-231-7/+10
| | | | | This resolves Bug 1553 (cherry picked from commit 4626871a9d3778ff1423e8a5405def70ee8a4fba)
* Add gcc visibility option to tdelibsTimothy Pearson2015-12-231-0/+16
| | | | (cherry picked from commit 7508eafbec2436de2d49d4e93d8f4030ec48aa1f)
* Setup architecture flags during initial configurationTimothy Pearson2015-12-231-0/+1
| | | | (cherry picked from commit ef15b096adf2a568311478c02c05e71e19014736)
* Add XZ tdeioslaveFrancois Andriot2013-05-081-0/+12
| | | | | Based on KDE GIT commit bbe9e8f5 (cherry picked from commit 7f328ba6990044b0a9d510060a2dcd468cf0fd9f)
* Add WITH_ALL_OPTIONS to CMakeTimothy Pearson2013-04-271-10/+12
| | | | (cherry picked from commit 7845d1204e75630251bc9fac4f65c0be8a0f617b)
* Fix URL handling of media/builtin-* mimetypesTimothy Pearson2013-04-251-1/+8
| | | | | | This partially resolves Bug 976 Add missing ACL support to CMake build files (cherry picked from commit 30b0af1f01cdbfcc51a56943e8c091bc8991f83a)
* Add sudo kdesu backend option to CMakeAlexander Golubev2012-12-171-0/+1
| | | | | This resolves Bug 1286 (cherry picked from commit 0b26938b49885b762923cbec951ba03af04f57aa)
* Fix variables passed to kde4 applicationsAlexander Golubev2012-12-171-0/+2
| | | | This resolves Bug 1366
* Update to new CUPS 1.6 APITimothy Pearson2012-08-161-0/+13
| | | | (cherry picked from commit 9bc0d2cd9d38750658770e69bf0445dc5162beb7)
* Add fam/gamin support to tdelibs CMakeTimothy Pearson2012-06-021-0/+18
| | | | (cherry picked from commit 2b035349c31fe64c31d2c050892b117a3a807179)
* Add inotify CMake support to tdelibsTimothy Pearson2012-06-021-0/+21
| | | | (cherry picked from commit 24f144faf98249012e7b1657a5dfe93750f0dfde)
* Add pcre detection to tdelibs CMake filesTimothy Pearson2012-06-021-0/+11
| | | | | This closes Bug 569 (cherry picked from commit b911168351033cde8e3b524060722e0001c27bda)
* Disable kdelibs randr component building with outdated, incompatible xrandr ↵v3.5.13tpearson2011-10-291-1/+1
| | | | | | | | | versions Thanks to Francois Andriot for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1261449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Force kdelibs to search for avahi-tqt instead of avahi-qt3tpearson2011-10-091-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1258014 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add libkrsync to kdelibstpearson2011-09-101-0/+1
| | | | | | | This allows unidirectional and bidirectional file transfer via rsync and unison, respectively git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1252392 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add apidox targets to kdelibstpearson2011-09-061-0/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1251895 283d02a7-25f6-0310-bc7c-ecb5cbfe19da