summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct macros isnan, isinf for libc compatibilityMatías Fonzo2021-02-031-12/+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-0/+1
| | | | | | | | | + 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/+1
| | | | | | | 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)
* Convert GETMNTINFO_USES_STATVFS check to CMakeOBATA Akio2019-01-251-1/+1
| | | | | | Fix to build on such platforms, it is used but not checked with CMake. (cherry picked from commit 6716d0dfb9c50b388817118469d1e2b7dc7ae46a)
* Add search for utempter helperSlávek Banko2018-02-131-0/+1
| | | | | | | This resolves Bug 2841 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a14adb9ab9c50cbcd95a2d2e3f42c41fecf73fb0)
* Fix detection whether the system is big endianSlávek Banko2017-07-221-12/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7cc97cb18734939136579c086bf6758f3a4c18ad)
* Fix FTBFS on missing magic_getpathSlávek Banko2017-07-221-0/+6
| | | | (cherry picked from commit 03a61295af97983a2313df9717653a466c99ef03)
* Enable previously disabled build options in config.hFrançois Andriot2015-12-231-7/+7
| | | | (cherry picked from commit 223f0c75788822208fd74259969948658bc26e2c)
* Improved creation backtracesAlexander Golubev2015-12-231-1/+66
| | | | (cherry picked from commit a5ba7ad71203a7ff1b3a716e7171e919a2e2e5bb)
* Added check the conditions for building backtrace handlerAlexander Golubev2015-12-231-0/+3
| | | | (cherry picked from commit 35748811a4b11b5947879f657a752e89d649ce06)
* Fix tdeioslaves FTBFS when compiled in standalone.Alexander Golubev2015-12-231-1/+1
| | | | | | | | This resolves bug report 1617. Cmake doesn't define HAVE_BACKTRACE. This resolves bug report 1614. (cherry picked from commit 12976397880bd538311859d4fe5e1a473c326e5e)
* Add gcc visibility option to tdelibsTimothy Pearson2015-12-231-0/+3
| | | | (cherry picked from commit 7508eafbec2436de2d49d4e93d8f4030ec48aa1f)
* Add XZ tdeioslaveFrancois Andriot2013-05-081-0/+3
| | | | | Based on KDE GIT commit bbe9e8f5 (cherry picked from commit 7f328ba6990044b0a9d510060a2dcd468cf0fd9f)
* Fix URL handling of media/builtin-* mimetypesTimothy Pearson2013-04-251-2/+2
| | | | | | This partially resolves Bug 976 Add missing ACL support to CMake build files (cherry picked from commit 30b0af1f01cdbfcc51a56943e8c091bc8991f83a)
* Fix variables passed to kde4 applicationsAlexander Golubev2012-12-171-0/+3
| | | | This resolves Bug 1366
* Update to new CUPS 1.6 APITimothy Pearson2012-08-161-0/+3
| | | | (cherry picked from commit 9bc0d2cd9d38750658770e69bf0445dc5162beb7)
* Add fam/gamin support to tdelibs CMakeTimothy Pearson2012-06-021-1/+1
| | | | (cherry picked from commit 2b035349c31fe64c31d2c050892b117a3a807179)
* Add inotify CMake support to tdelibsTimothy Pearson2012-06-021-2/+2
| | | | (cherry picked from commit 24f144faf98249012e7b1657a5dfe93750f0dfde)
* Add pcre detection to tdelibs CMake filesTimothy Pearson2012-06-021-1/+1
| | | | | This closes Bug 569 (cherry picked from commit b911168351033cde8e3b524060722e0001c27bda)
* Add composition manager detection and support to Trinitytpearson2011-08-101-0/+3
| | | | | | | | This adds the methods required to make transparent widgets via alpha blending a reality An additional widget class may be coming shortly git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246265 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] remove some useless checks (HAVE_X11_EXTENSIONS_XRANDR_H, ↵samelian2011-03-201-12/+0
| | | | | | HAVE_X11_EXTENSIONS_XSHM_H, HAVE_X11_ICE_ICELIB_H, HAVE__ICETRANSNOLISTEN) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1225395 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-071-2/+2
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-031-2/+2
| | | | | | | NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] more system checkssamelian2010-11-261-43/+43
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1201140 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] added initial cmake supportsamelian2010-10-051-0/+1158
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da