obexftp-0.24-pkgconfig_requires.patch 399 B

123456789101112
  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -71,7 +71,7 @@
  4. set ( exec_prefix "\${prefix}" )
  5. set ( libdir "\${prefix}/${CMAKE_INSTALL_LIBDIR}" )
  6. set ( includedir "\${prefix}/${CMAKE_INSTALL_INCLUDEDIR}" )
  7. -set ( REQUIRES "bluetooth openobex" )
  8. +set ( REQUIRES "bluez openobex" )
  9. configure_file (
  10. ${CMAKE_CURRENT_SOURCE_DIR}/obexftp.pc.in
  11. ${CMAKE_CURRENT_BINARY_DIR}/obexftp.pc