By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2028
Collapse All | Expand All

(-)a/CMakeLists.txt (-1 / +1 lines)
Lines 115-121 option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" Link Here
115
# WITH_LIBART       affects tdm kcontrol(icons background)
115
# WITH_LIBART       affects tdm kcontrol(icons background)
116
# WITH_LIBUSB       affects kcontrol(input)
116
# WITH_LIBUSB       affects kcontrol(input)
117
# WITH_XDMCP        affects tdm
117
# WITH_XDMCP        affects tdm
118
# WITH_XINERAMA     affects ksplashml
118
# WITH_XINERAMA     affects ksplashml twin/compton-tde
119
# WITH_ARTS         affects libkonq khotkeys
119
# WITH_ARTS         affects libkonq khotkeys
120
# WITH_I8K          affects ksysguard
120
# WITH_I8K          affects ksysguard
121
# WITH_SENSORS      affects ksysguard
121
# WITH_SENSORS      affects ksysguard
(-)a/ConfigureChecks.cmake (-1 / +12 lines)
Lines 83-89 if( WITH_XRENDER OR BUILD_KDESKTOP OR BUILD_KONSOLE OR BUILD_KCONTROL OR BUILD_K Link Here
83
endif( )
83
endif( )
84
84
85
85
86
# xrandr (kcontrol)
86
# xrandr (kcontrol, twin/compot-tde)
87
if( WITH_XRANDR )
87
if( WITH_XRANDR )
88
  pkg_search_module( XRANDR xrandr )
88
  pkg_search_module( XRANDR xrandr )
89
  if( NOT XRANDR_FOUND )
89
  if( NOT XRANDR_FOUND )
Lines 92-97 if( WITH_XRANDR ) Link Here
92
endif( )
92
endif( )
93
93
94
94
95
# xinerama (ksplashml, twin/compot-tde)
96
if( WITH_XINERAMA )
97
  pkg_search_module( XINERAMA xinerama )
98
  if( XINERAMA_FOUND )
99
    set( HAVE_XINERAMA 1 )
100
  else( )
101
    tde_message_fatal( "xinerama is requested, but not found on your system" )
102
  endif( )
103
endif( WITH_XINERAMA )
104
105
95
# xcursor (tdeioslave, kcontrol)
106
# xcursor (tdeioslave, kcontrol)
96
if( WITH_XCURSOR )
107
if( WITH_XCURSOR )
97
  pkg_search_module( XCURSOR xcursor )
108
  pkg_search_module( XCURSOR xcursor )
(-)a/ksplashml/themeengine/simple/CMakeLists.txt (-13 / +1 lines)
Lines 9-26 Link Here
9
#
9
#
10
#################################################
10
#################################################
11
11
12
if( WITH_XINERAMA )
13
  check_include_file( "X11/extensions/Xinerama.h" X11_EXTENSIONS_XINERAMA_H )
14
  if( X11_EXTENSIONS_XINERAMA_H )
15
    check_library_exists( Xinerama XineramaQueryExtension "" HAVE_XINERAMA )
16
  endif( X11_EXTENSIONS_XINERAMA_H )
17
  if( NOT HAVE_XINERAMA )
18
    tde_message_fatal( "xinerama are requested, but not found on your system" )
19
  endif( NOT HAVE_XINERAMA )
20
  set( XINERAMA_LIBRARY Xinerama )
21
endif( WITH_XINERAMA )
22
23
24
include_directories(
12
include_directories(
25
  ${CMAKE_BINARY_DIR}
13
  ${CMAKE_BINARY_DIR}
26
  ${TQT_INCLUDE_DIRS}
14
  ${TQT_INCLUDE_DIRS}
Lines 35-40 link_directories( Link Here
35
23
36
tde_add_executable( ksplashsimple
24
tde_add_executable( ksplashsimple
37
  SOURCES main.cpp
25
  SOURCES main.cpp
38
  LINK ${TQT_LIBRARIES} X11 ${XINERAMA_LIBRARY}
26
  LINK ${TQT_LIBRARIES} X11 ${XINERAMA_LIBRARIES}
39
  DESTINATION ${BIN_INSTALL_DIR}
27
  DESTINATION ${BIN_INSTALL_DIR}
40
)
28
)
(-)a/twin/compton-tde/CMakeLists.txt (+4 lines)
Lines 31-36 include_directories( Link Here
31
#  WITH_XINNERAMA         -> CONFIG_XINERAMA    
31
#  WITH_XINNERAMA         -> CONFIG_XINERAMA    
32
#  WITH_OPENGL            -> CONFIG_VSYNC_OPENGL
32
#  WITH_OPENGL            -> CONFIG_VSYNC_OPENGL
33
#  WITH_OPENGL            -> CONFIG_VSYNC_OPENGL_GLSL
33
#  WITH_OPENGL            -> CONFIG_VSYNC_OPENGL_GLSL
34
#  WITH_OPENGL            -> CONFIG_VSYNC_OPENGL_FBO
35
#  WITH_OPENGL            -> CONFIG_GLX_XSYNC
34
#  WITH_PCRE              -> CONFIG_REGEX_PCRE
36
#  WITH_PCRE              -> CONFIG_REGEX_PCRE
35
#  WITH_PCRE              -> CONFIG_REGEX_PCRE_JIT
37
#  WITH_PCRE              -> CONFIG_REGEX_PCRE_JIT
36
#  WITH_LIBCONFIG         -> CONFIG_LIBCONFIG
38
#  WITH_LIBCONFIG         -> CONFIG_LIBCONFIG
Lines 50-55 set( compton_SRCS compton.c ) Link Here
50
if( WITH_OPENGL )
52
if( WITH_OPENGL )
51
  set( CONFIG_VSYNC_OPENGL      ${WITH_OPENGL} )
53
  set( CONFIG_VSYNC_OPENGL      ${WITH_OPENGL} )
52
  set( CONFIG_VSYNC_OPENGL_GLSL ${WITH_OPENGL} )
54
  set( CONFIG_VSYNC_OPENGL_GLSL ${WITH_OPENGL} )
55
  set( CONFIG_VSYNC_OPENGL_FBO  ${WITH_OPENGL} )
56
  set( CONFIG_GLX_XSYNC         ${WITH_OPENGL} )
53
  list( APPEND compton_LIBRARIES ${GL_LIBRARIES})
57
  list( APPEND compton_LIBRARIES ${GL_LIBRARIES})
54
  list( APPEND compton_SRCS opengl.c )
58
  list( APPEND compton_SRCS opengl.c )
55
endif( )
59
endif( )
(-)a/twin/compton-tde/compton_config.h.cmake (-7 / +14 lines)
Lines 6-28 Link Here
6
// Whether to enable JIT support of libpcre. This may cause problems on PaX
6
// Whether to enable JIT support of libpcre. This may cause problems on PaX
7
// kernels.
7
// kernels.
8
#cmakedefine CONFIG_REGEX_PCRE_JIT 1
8
#cmakedefine CONFIG_REGEX_PCRE_JIT 1
9
9
// Whether to enable parsing of configuration files using libconfig.
10
// Whether to enable parsing of configuration files using libconfig.
10
#cmakedefine CONFIG_LIBCONFIG 1
11
#cmakedefine CONFIG_LIBCONFIG 1
11
// Whether we are using a legacy version of libconfig (1.3.x).
12
// Whether we are using a legacy version of libconfig (1.3.x).
12
#cmakedefine CONFIG_LIBCONFIG_LEGACY 1
13
#cmakedefine CONFIG_LIBCONFIG_LEGACY 1
14
13
// Whether to enable DRM VSync support
15
// Whether to enable DRM VSync support
14
#cmakedefine CONFIG_VSYNC_DRM 1
16
#cmakedefine CONFIG_VSYNC_DRM 1
15
// Whether to enable OpenGL support
17
16
#cmakedefine CONFIG_VSYNC_OPENGL 1
17
// Whether to enable GLX GLSL support
18
#cmakedefine CONFIG_VSYNC_OPENGL_GLSL 1
19
// Whether to enable GLX FBO support
20
#cmakedefine CONFIG_VSYNC_OPENGL_FBO 1
21
// Whether to enable DBus support with libdbus.
18
// Whether to enable DBus support with libdbus.
22
#define CONFIG_DBUS 1
19
#define CONFIG_DBUS 1
23
// Whether to enable condition support.
20
// Whether to enable condition support.
24
#define CONFIG_C2 1
21
#define CONFIG_C2 1
22
25
// Whether to enable X Sync support.
23
// Whether to enable X Sync support.
26
#define CONFIG_XSYNC 1
24
#define CONFIG_XSYNC 1
25
26
// Whether to enable OpenGL support
27
#cmakedefine CONFIG_VSYNC_OPENGL 1
28
// Whether to enable GLX GLSL support
29
#cmakedefine CONFIG_VSYNC_OPENGL_GLSL 1
30
// Whether to enable GLX FBO support
31
#cmakedefine CONFIG_VSYNC_OPENGL_FBO 1
27
// Whether to enable GLX Sync support.
32
// Whether to enable GLX Sync support.
28
#cmakedefine CONFIG_GLX_XSYNC 1
33
#cmakedefine CONFIG_GLX_XSYNC 1
29
- 
34
35
// Whether to enable Xinerama support
36
#cmakedefine CONFIG_XINERAMA 1

Return to bug 2028