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

(-)kaffeine-trinity-14.0.8-orig/kaffeine/src/player-parts/gstreamer-part/CMakeLists.txt (-1 / +4 lines)
Lines 14-19 Link Here
14
link_directories(
14
link_directories(
15
  ${TQT_LIBRARY_DIRS}
15
  ${TQT_LIBRARY_DIRS}
16
  ${TDE_LIB_DIR}
16
  ${TDE_LIB_DIR}
17
  ${GSTREAMER_LIBRARY_DIRS}
18
  ${GSTREAMER_PLUGIN_LIBRARY_DIRS}
19
  ${GSTREAMER_VIDEO_LIBRARY_DIRS}
17
)
20
)
18
21
19
22
Lines 34-40 Link Here
34
     tdeparts-shared
37
     tdeparts-shared
35
     kaffeinepart-shared
38
     kaffeinepart-shared
36
     ${GSTREAMER_LIBRARIES}
39
     ${GSTREAMER_LIBRARIES}
37
     ${GSTREAMER_PLUGIN_LIBRARIE}
40
     ${GSTREAMER_PLUGIN_LIBRARIES}
38
     ${GSTREAMER_VIDEO_LIBRARIES}
41
     ${GSTREAMER_VIDEO_LIBRARIES}
39
42
40
  DESTINATION ${PLUGIN_INSTALL_DIR}
43
  DESTINATION ${PLUGIN_INSTALL_DIR}

Return to bug 3128