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

(-)kdesktop/CMakeLists.txt.orig (-1 / +1 lines)
Lines 97-103 Link Here
97
  LINK
97
  LINK
98
    kdesktopsettings-static bgnd-static dmctl-static
98
    kdesktopsettings-static bgnd-static dmctl-static
99
    konq-shared tdeutils-shared
99
    konq-shared tdeutils-shared
100
    ${XRENDER_LIBRARIES} ${XCURSOR_LIBRARIES} Xext dl
100
    ${XRENDER_LIBRARIES} ${XCURSOR_LIBRARIES} Xext ${DL_LIBRARIES}
101
    ${XSS_LIBRARIES} ${DBUS_1_TQT_LIBRARIES}
101
    ${XSS_LIBRARIES} ${DBUS_1_TQT_LIBRARIES}
102
)
102
)
103
103

Return to bug 2110