Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set required includes before checking for scrnsaver.h | aneejit1 | 2020-07-29 | 1 | -0/+2 |
| | | | | | Signed-off-by: aneejit1 <[email protected]> (cherry picked from commit ae1e54e0d428456fab3fc50d328835d7ed7d6adc) | ||||
* | Ask pkg-config/find_file where we can find the X11 Xkb rules directory and ↵ | aneejit1 | 2020-07-29 | 1 | -0/+95 |
| | | | | | | | add some more candidate paths for xkbd to search Signed-off-by: aneejit1 <[email protected]> (cherry picked from commit 3abd9e912c4b1ed6abd0ff1f440f2105fcbdf4a2) | ||||
* | Improve detection of libXss, OpenGL and libXext DPMS support. | aneejit1 | 2020-06-21 | 1 | -7/+18 |
| | | | | | | | | | | | | | | | | | | | The detection of libXss has been changed to ask the question "where is libXss?" before asking "is XScreenSaverQueryInfo available?" rather than the other way around. The test for "XScreenSaverQueryInfo" also ensures that the include and library flags from pkg-config are used. The OpenGL test has been amended to make use of the include paths and library flags returned by pkg-config to prevent the test from failing when OpenGL is not in /usr. The libXext test in kcontrol/energy/CMakeLists.txt is amended to use the libXext include path and library flags. The paths are also added to the include/link directories. Signed-off-by: aneejit1 <[email protected]> (cherry picked from commit 7fba97e18aa453c76130f587740f692cd267a216) | ||||
* | Port TIME_WITH_SYS_TIME to CMake. | Slávek Banko | 2019-02-11 | 1 | -0/+1 |
| | | | | | | | This resolves FTBFS from commit 05dc8500dd. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 98abb9e8ee924fb0b19cf8bfc40752f97ed8afb3) | ||||
* | Port HAVE_SYS_TIME_H to CMake | OBATA Akio | 2019-02-11 | 1 | -0/+6 |
| | | | | | | | It is used, but not checked with CMake. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 6326fec9f14f8b4288fc1822007ef7cd06339f7a) | ||||
* | Use common test for large files support. | Slávek Banko | 2019-02-04 | 1 | -0/+2 |
| | | | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 02cb998b9cb2cd5ef36fe0b86781fc452a0d150e) | ||||
* | Use common GCC visibility test. | Slávek Banko | 2019-02-04 | 1 | -21/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 9a394bb261926a6ef9e8a5155c2ebe70261affe3) | ||||
* | Fix detection whether the system is big endian | Slávek Banko | 2017-02-01 | 1 | -0/+22 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 81ed8f2068c52b168e628835795bc390f3de5559) | ||||
* | Fix detection of XSS in Xext with CMake build | Slávek Banko | 2015-06-14 | 1 | -2/+3 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 5e5f4837b51501b9e0b1685f96ded12a1d93c1d8) | ||||
* | Fix FTBFS on freebsd | Slávek Banko | 2015-06-12 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 08122b137e76ffcf7067f634a7668002732e11d9) | ||||
* | Fix GL/GLU detection on older distributions | François Andriot | 2015-05-31 | 1 | -2/+12 |
| | | | | | | | This resolves Bug 2155 Signed-off-by: François Andriot <[email protected]> (cherry picked from commit d275f0984521e28e9bc8fc98446d16ac79d29dc6) | ||||
* | Allow contitional build with tdehwlib | Slávek Banko | 2014-10-18 | 1 | -0/+18 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix gcc visibility detection | Slávek Banko | 2014-10-18 | 1 | -8/+18 |
| | | | | | | This resolves Bug 1832 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix crypt library detection in CMake | Slávek Banko | 2014-10-18 | 1 | -0/+12 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix hardcoded link flag to "dl" library | François Andriot | 2014-10-12 | 1 | -0/+14 |
| | | | | Fix "dlopen" function detection | ||||
* | Fixed typos in comments. | Michele Calgaro | 2014-04-29 | 1 | -3/+3 |
| | |||||
* | twin/compton: make CONFIG_XSYNC autoconfigurable to fix FTBFS with older ↵ | Slávek Banko | 2014-04-29 | 1 | -0/+7 |
| | | | | libXext versions which doesn't provide XSyncFence | ||||
* | Move the Xinerama test to main ConfigureChecks.cmake | Alexander Golubev | 2014-04-29 | 1 | -1/+12 |
| | |||||
* | twin/compton-tde: transparent pass TDE build-time configure options to ↵ | Alexander Golubev | 2014-04-29 | 1 | -5/+15 |
| | | | | compot-tde | ||||
* | Move the XRandr test to main ConfigureChecks.cmake | Alexander Golubev | 2014-04-29 | 1 | -0/+9 |
| | |||||
* | Remove useless cmake configuration options WITH_XEXT and WITH_XDAMAGE | Alexander Golubev | 2014-04-29 | 1 | -20/+14 |
| | |||||
* | Enhance xscreensaver directory detection | Golubev Alexander | 2014-04-29 | 1 | -2/+10 |
| | | | | This resolves Bug 1622 | ||||
* | Fix compton-tde FTBFS on older systems | Timothy Pearson | 2014-04-01 | 1 | -1/+18 |
| | |||||
* | Extract and include any pertinent SCM metadata from the crashed application ↵ | Timothy Pearson | 2014-03-28 | 1 | -0/+12 |
| | | | | in its crash report | ||||
* | Add systemd support into kdesktop | Slávek Banko | 2014-02-25 | 1 | -2/+13 |
| | | | | | + response to systemd signal Lock() + setting SetIdleHint(true / false) by screen saver activity | ||||
* | Removed unnecessary dependency on dbus-tqt and dbus-1-tqt | Slávek Banko | 2014-02-04 | 1 | -10/+4 |
| | |||||
* | Add optional opengl support | Alexander Golubev | 2013-09-08 | 1 | -5/+22 |
| | |||||
* | Fix kicker FTBFS because of missing includes. | Alexander Golubev | 2013-08-01 | 1 | -1/+1 |
| | | | | This resolves bug report 1556. | ||||
* | Update references of kscreensaver->tdescreensaver. | Darrell Anderson | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | Do not display screensavers in the configuration dialog that are not ↵ | Timothy Pearson | 2013-07-24 | 1 | -0/+4 |
| | | | | installed on the system | ||||
* | Fix tdeioslave build options | Fat-Zer | 2013-07-01 | 1 | -4/+4 |
| | | | | This resolves Bug 1557 | ||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 1 | -5/+5 |
| | |||||
* | Fix cmake build: FTBFS on kioslaves with hal | Alexander Golubev | 2012-12-14 | 1 | -2/+2 |
| | |||||
* | Fix FTBFS when WITH_HAL=OFF. | Darrell Anderson | 2012-08-14 | 1 | -16/+14 |
| | |||||
* | Add xscreensaver support to CMake | Slávek Banko | 2012-06-10 | 1 | -0/+20 |
| | | | | This closes Bug 859 | ||||
* | Fix svg thumbnail images not appearing in KControl/Appearance & Themes/ ↵ | Darrell Anderson | 2012-06-01 | 1 | -0/+10 |
| | | | | | | | Background. This resolves bug report 744. Thanks to Sl�vek Banko. | ||||
* | Use detected architecture flags for immediate symbol binding in kdesktop lock | Timothy Pearson | 2012-02-19 | 1 | -0/+2 |
| | |||||
* | Fix FTBFS when both upower and hal support is enabled | Timothy Pearson | 2012-02-18 | 1 | -1/+2 |
| | |||||
* | [tdebase/ksmserver] added UPower support | Serghei Amelian | 2012-02-15 | 1 | -15/+29 |
| | |||||
* | Part 1 of 2 of kdm rename | Timothy Pearson | 2012-01-22 | 1 | -12/+12 |
| | |||||
* | Add udev detection to CMake | Timothy Pearson | 2012-01-21 | 1 | -0/+9 |
| | | | | Fix tsak buid warnings | ||||
* | Enable xtest support flag | Timothy Pearson | 2012-01-10 | 1 | -1/+14 |
| | |||||
* | Add gcc visibility option to tdebase | Timothy Pearson | 2012-01-09 | 1 | -0/+14 |
| | |||||
* | Rename kwin to twin (part 1 of 2) | Timothy Pearson | 2011-11-07 | 1 | -4/+4 |
| | |||||
* | Allow kdebase to build with HAL disabled | tpearson | 2011-09-08 | 1 | -1/+1 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1252060 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | kdebase: use pkgconfig to find dbus-tqt | tpearson | 2011-07-22 | 1 | -2/+3 |
| | | | | | | | Thanks to "Nix" for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1242784 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | [kdebase/kwin] improved kompmgr building | samelian | 2011-03-30 | 1 | -6/+37 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226469 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | arts, kdelibs, kdebase, kdepim: use new tqt build system | samelian | 2011-03-27 | 1 | -1/+0 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226236 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fix dbus detection | tpearson | 2011-03-24 | 1 | -1/+1 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225872 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fixup dbus tqt check | tpearson | 2011-03-24 | 1 | -0/+1 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225871 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |