Commit Graph

61 Commits (7a3409115156b62476b4b0ddad4594ea8500ebc3)

Author SHA1 Message Date
gregory guy 1389e29696
Make the option -DWITH_USBIDS more visible for packagers.
Look for installed usb.ids file, if not found, default to the one provided in source.
usb.ids file has been updated to Version 2021.03.31

Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 48ddee7ba8
Update CMake rules to change tdehw library to standalone.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro ba97e2dc25
Avoid direct usage of tdeldap library. This allows to remove hard dependency between packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
aneejit1 ae1e54e0d4 Set required includes before checking for scrnsaver.h
Signed-off-by: aneejit1 <aneejit1@gmail.com>
5 years ago
aneejit1 3abd9e912c Ask pkg-config/find_file where we can find the X11 Xkb rules directory and add some more candidate paths for xkbd to search
Signed-off-by: aneejit1 <aneejit1@gmail.com>
5 years ago
aneejit1 7fba97e18a Improve detection of libXss, OpenGL and libXext DPMS support.
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 <aneejit1@gmail.com>
5 years ago
Slávek Banko 98abb9e8ee
Port TIME_WITH_SYS_TIME to CMake.
This resolves FTBFS from commit 05dc8500dd.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
OBATA Akio 6326fec9f1 Port HAVE_SYS_TIME_H to CMake
It is used, but not checked with CMake.

Signed-off-by: OBATA Akio <obache@wizdas.com>
6 years ago
Slávek Banko 02cb998b9c
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 9a394bb261
Use common GCC visibility test.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 0d9863ce23
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 81ed8f2068 Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson db52a594cc Fix FTBFS on Ubuntu Lucid 9 years ago
Timothy Pearson 769e8885c2 Add missing Kerberos checks 9 years ago
Slávek Banko 5e5f4837b5 Fix detection of XSS in Xext with CMake build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Slávek Banko 08122b137e Fix FTBFS on freebsd
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
François Andriot d275f09845 Fix GL/GLU detection on older distributions
This resolves Bug 2155

Signed-off-by: François Andriot <francois.andriot@free.fr>
10 years ago
Slávek Banko 107220694f Allow contitional build with tdehwlib
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
11 years ago
Slávek Banko 69da674b30 Fix gcc visibility detection
This resolves Bug 1832

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
11 years ago
Slávek Banko 71fb8e0e11 Fix crypt library detection in CMake
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
11 years ago
François Andriot bfbcf19a2f Fix hardcoded link flag to "dl" library
Fix "dlopen" function detection
11 years ago
Michele Calgaro 60b66b1fc2 Fixed typos in comments. 11 years ago
Slávek Banko d7235b31b1 twin/compton: make CONFIG_XSYNC autoconfigurable to fix FTBFS with older libXext versions which doesn't provide XSyncFence 11 years ago
Alexander Golubev 30252262ce Move the Xinerama test to main ConfigureChecks.cmake 11 years ago
Alexander Golubev 394545c24c twin/compton-tde: transparent pass TDE build-time configure options to compot-tde 11 years ago
Alexander Golubev 63dd66d045 Move the XRandr test to main ConfigureChecks.cmake 11 years ago
Alexander Golubev 3c75381e05 Remove useless cmake configuration options WITH_XEXT and WITH_XDAMAGE 11 years ago
Golubev Alexander 9fb2cb290e Enhance xscreensaver directory detection
This resolves Bug 1622
11 years ago
Timothy Pearson 98f8df6427 Fix compton-tde FTBFS on older systems 11 years ago
Timothy Pearson 71be0ee5d4 Extract and include any pertinent SCM metadata from the crashed application in its crash report 11 years ago
Slávek Banko a8d4324832 Add systemd support into kdesktop
+ response to systemd signal Lock()
+ setting SetIdleHint(true / false) by screen saver activity
11 years ago
Slávek Banko 1f3832a136 Removed unnecessary dependency on dbus-tqt and dbus-1-tqt 11 years ago
Alexander Golubev 440db91f91 Add optional opengl support 12 years ago
Alexander Golubev 5210484c85 Fix kicker FTBFS because of missing includes.
This resolves bug report 1556.
12 years ago
Darrell Anderson 0ba43923ad Update references of kscreensaver->tdescreensaver. 12 years ago
Timothy Pearson 0d3ebd9020 Do not display screensavers in the configuration dialog that are not installed on the system 12 years ago
Fat-Zer 02bf1e6990 Fix tdeioslave build options
This resolves Bug 1557
12 years ago
Timothy Pearson de7e5867a6 Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Alexander Golubev c39fc3e21f Fix cmake build: FTBFS on kioslaves with hal 12 years ago
Darrell Anderson f34a07c4a3 Fix FTBFS when WITH_HAL=OFF. 13 years ago
Slávek Banko 80deb52955 Add xscreensaver support to CMake
This closes Bug 859
13 years ago
Darrell Anderson 85c2426f98 Fix svg thumbnail images not appearing in KControl/Appearance & Themes/ Background.
This resolves bug report 744.
Thanks to Slvek Banko.
13 years ago
Timothy Pearson 45f41ca57e Use detected architecture flags for immediate symbol binding in kdesktop lock 13 years ago
Timothy Pearson c3ac56c187 Fix FTBFS when both upower and hal support is enabled 13 years ago
Serghei Amelian b5236f1d75 [tdebase/ksmserver] added UPower support 13 years ago
Timothy Pearson 7021f40c13 Part 1 of 2 of kdm rename 13 years ago
Timothy Pearson 0a2a54a022 Add udev detection to CMake
Fix tsak buid warnings
13 years ago
Timothy Pearson 45fb5561be Enable xtest support flag 13 years ago
Timothy Pearson b2b96a5ed3 Add gcc visibility option to tdebase 13 years ago
Timothy Pearson 43d99cc247 Rename kwin to twin (part 1 of 2) 13 years ago