summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use target names for commands instead of full paths.Slávek Banko2020-06-161-4/+4
| | | | | | | | When using target names for commands, CMake automatically resolves the necessary dependencies without having to specify them in the CMakeLists.txt source code or in the common TDE CMake module. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Enable the use of dcopidlng during build tdelibs.Slávek Banko2020-06-071-0/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update for OpenSSL >= 1.1.0Timothy Pearson2020-06-031-4/+1
| | | | Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
* Fix typo in the SSL library check rules.Slávek Banko2020-05-261-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Enable storing ELF metadata in a standard way using a common cmake moduleSlávek Banko2020-04-041-3/+9
| | | | | | for all libraries and binaries. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added back build options for UDISKS2, UDISKS and UDEVIL as requested byMichele Calgaro2020-02-101-0/+3
| | | | | | some users. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use the correct macros isnan, isinf for libc compatibilityMatías Fonzo2020-01-221-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>
* Fix building with avahi supportSlávek Banko2020-01-121-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>
* tdehw: code restructuring for tdestoragedevice.Michele Calgaro2019-07-071-3/+0
| | | | | | | | 1. added disk helper source files 2. removed WITH_UDISKS2, WITH_UDISK, WITH_UDEVIL defines. The respective code is always included 3. order of execution for mount/umount activities: udisks2, udisk, udevil, pmount. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-241-0/+12
| | | | | | This prevents finding an incorrect architecture on multi-arch systems. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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>
* Use a common test for dbus detection and paths configuration.Slávek Banko2019-01-311-25/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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>
* Use common GCC visibility test.Slávek Banko2019-01-281-8/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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.
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-171-2/+2
| | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* fix issue #3 utempter detectiongregory guy2018-11-131-2/+2
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Removed unnecessary dependency on libnm-util-dev, which is no longerMichele Calgaro2018-05-011-9/+0
| | | | | | available in buster and bionic. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add paths to the search for utempter helperSlávek Banko2018-03-101-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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>
* Temporarily disable PKCS for build with OpenSSL >= 1.1Slávek Banko2018-02-101-2/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Allow openssl detection without pkg-config fileSlávek Banko2017-06-021-1/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection whether the system is big endianSlávek Banko2017-01-301-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Initial add for check target for cmakeAlexander Golubev2017-01-291-0/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix libcryptsetup detection without pkg-config fileFrançois Andriot2016-05-081-0/+4
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Add support for udevil to mount/unmount removable drivesSlávek Banko2016-01-231-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Attempt to fix cryptsetup version detection yet againTimothy Pearson2015-09-181-1/+12
| | | | The library authors would have done well to include a version number #define in the header...
* Fix FTBFS on SqueezeTimothy Pearson2015-09-171-1/+1
|
* Fix FTBFS on PreciseTimothy Pearson2015-09-151-0/+1
|
* Add additional cryptographic card functions to tdehwlibTimothy Pearson2015-09-141-0/+9
| | | | Fix FTBFS on old distributions
* Add initial LUKS key management supportTimothy Pearson2015-09-061-13/+45
|
* Fix dlerror and crypt detection for CMake buildSlávek Banko2015-08-301-0/+21
| | | | | | This resolves Bug 654 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS from prior commit due to missing filesTimothy Pearson2015-08-291-0/+20
|
* Fixup previous commitMichele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update version number to R14.1.0Michele Calgaro2015-07-121-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix openpty detection with libutil.hSlávek Banko2015-06-141-12/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection for option TDEINIT_USE_XFT with CMake buildSlávek Banko2015-06-141-1/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix setting some constants in config.h with CMake buildSlávek Banko2015-06-141-0/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection of LZMA without pkgconfig fileSlávek Banko2015-06-111-1/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Improve ACL detection for CMake buildSlávek Banko2015-06-111-3/+15
| | | | | | Fix hidden visibility in posixacladdons Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add include directory for internal libltdlSlávek Banko2015-06-111-1/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add mit-shm extension support for CMake buildSlávek Banko2015-04-051-2/+15
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix xext configure check for CMake buildSlávek Banko2015-04-051-3/+9
| | | | | | This resolves Bug 2410 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed tqt3 folder in API documentation generation.Michele Calgaro2014-10-181-1/+1
|
* Fix FTBFS on missing magic_getpathSlávek Banko2014-10-091-0/+20
|
* Add a cmake detection for Xext libraryFrançois Andriot2014-10-081-0/+6
| | | | | Remove hardcoded Xext flags in tderandr and tdestyles/keramik Add missing link flag in tdeui
* Allow conditional build of tdehwlibFrançois Andriot2014-10-071-1/+6
|
* Fix openpty detection on openbsdFrançois Andriot2014-10-071-10/+23
|
* Fix detection of some headers on openbsdFrançois Andriot2014-10-051-1/+22
| | | | Many headers requires additional include stdlib.h
* Fix hardcoded link flag to "dl" libraryFrançois Andriot2014-10-051-4/+9
| | | | Fix "dlopen" function detection