patch-plugins_decoder_ogg_CMakeLists_txt 619 B

123456789101112131415
  1. $OpenBSD: patch-plugins_decoder_ogg_CMakeLists_txt,v 1.1.1.1 2014/07/09 16:40:41 zhuk Exp $
  2. --- plugins/decoder/ogg/CMakeLists.txt.orig Sat Jan 15 23:47:29 2011
  3. +++ plugins/decoder/ogg/CMakeLists.txt Mon Feb 4 13:54:07 2013
  4. @@ -4,8 +4,9 @@ set(k3boggvorbisdecoder_PART_SRCS k3boggvorbisdecoder.
  5. kde4_add_plugin(k3boggvorbisdecoder ${k3boggvorbisdecoder_PART_SRCS})
  6. +include_directories(${VORBIS_INCLUDE_DIR})
  7. target_link_libraries(k3boggvorbisdecoder k3bdevice ${KDE4_KDECORE_LIBS}
  8. -${OGGVORBIS_LIBRARIES} k3b)
  9. +${VORBIS_LIBRARY} k3b)
  10. install(TARGETS k3boggvorbisdecoder DESTINATION ${PLUGIN_INSTALL_DIR} )