summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix feature detections with CMakeOBATA Akio2022-02-171-32/+12
| | | | | | | | | * implement missing checks with CMake * fixes and improve some detections * remove missing but unused checks Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit ad41084b8dd4e029e04073e22e52164505719b57)
* Drop weird macro and use memcpy/memset instead.Michele Calgaro2021-02-031-6/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 60ef8289ae01945f48aefd2e03cf1abead4d177d)
* Add an ability to specify default spell checkerOBATA Akio2021-02-031-0/+3
| | | | | | | | | There is no reason to determine it with operating system basis. Change to use build configuration instead. "ispell" by default, and you can override it. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 70d26004f065c5fd18be00cab17fc93ed231d849)
* Add the ability to detect ispell lib directoryOBATA Akio2021-02-031-0/+3
| | | | | | | | Check LIBDIR ispell compile option and use only it for ispell lib directory if found. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit bbe1b42cbbc7293041a83b154f969792a2592510)
* Add support of posix_openpt(2) to open master pseudo terminal deviceOBATA Akio2021-02-031-0/+3
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 8e542575e044baf23ae636d32f1c6d4e3b8dea18)
* Add a knob to use fixed path `iceauth` toolOBATA Akio2021-02-031-0/+9
| | | | | | | | | `system()` and `popen()` may unsafe unless using absolute command path. Rely on PATH environment variable set by users may result in unwanted tool. Signed-off-by: OBATA Akio <obache@wizdas.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ac8c8ca54aaed1466255161a3d727dcfade4a7d9)
* Fix to set DCOP_PATH properlyOBATA Akio2021-02-031-3/+0
| | | | | | | | | | It is only used in dcop module and empty is unwanted situation, so properly define it in dcop/CMakeLists.txt. Rerevant header generation is also moved to there, and prevent to define in main config.h file too. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 56c5973b6b33df77a7491b07411cbd772c0d5d79)
* Add `getservbyname_r` prototype detection to CMakeOBATA Akio2021-02-031-1/+1
| | | | | | | OpenBSD's prototype is differ than glibc's one, but it is declared. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 6886dd7e96d475b64ac3c41a96a759c7d5fa2be9)
* Fix to declare missing `snprintf` prototype at correct placeOBATA Akio2021-02-031-2/+6
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit f65c9e6665bf5bed20710e6a278d4fa83a6b32a8)
* Fix to declare vsnprintf prototype with detected conditionOBATA Akio2021-02-031-5/+1
| | | | | | | | It was introduced in HP-UX 10.20 (undocumented) and suppoted in 10.30 and later, so no need to declare it on HP-UX unconditionally. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 76a04f5fce7c958be414ce0ede6afe14c66a5584)
* Allow to use backtrace(3) external library for kdebugOBATA Akio2021-02-031-1/+4
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 2167207adc49b498536a5a8533c27fc67e0c6e9c)
* 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