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 1351
Collapse All | Expand All

(-)a/ConfigureChecks.cmake (-1 / +5 lines)
Lines 233-239 find_package( TQt ) Link Here
233
find_package( TDE )
233
find_package( TDE )
234
234
235
235
236
# dbus-tqt need Qt flags
237
# dbus (kdm, ksmserver)
236
# dbus (kdm, ksmserver)
238
if( BUILD_KDM OR BUILD_KSMSERVER )
237
if( BUILD_KDM OR BUILD_KSMSERVER )
239
238
Lines 242-247 if( BUILD_KDM OR BUILD_KSMSERVER ) Link Here
242
    tde_message_fatal( "dbus-1 is required, but was not found on your system" )
241
    tde_message_fatal( "dbus-1 is required, but was not found on your system" )
243
  endif( )
242
  endif( )
244
243
244
endif( )
245
246
247
# dbus-tqt (kdm, ksmserver, kioslaves(media))
248
if( BUILD_KDM OR BUILD_KSMSERVER OR (BUILD_KIOSLAVES AND WITH_HAL) )
245
  # check for dbus-tqt
249
  # check for dbus-tqt
246
  pkg_check_modules( DBUS_TQT REQUIRED dbus-tqt )
250
  pkg_check_modules( DBUS_TQT REQUIRED dbus-tqt )
247
  tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES )
251
  tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES )

Return to bug 1351