summaryrefslogtreecommitdiffstats
path: root/source/n/obexftp/patches/obexftp-pkgconfig_requires.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/obexftp/patches/obexftp-pkgconfig_requires.patch')
-rw-r--r--source/n/obexftp/patches/obexftp-pkgconfig_requires.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/n/obexftp/patches/obexftp-pkgconfig_requires.patch b/source/n/obexftp/patches/obexftp-pkgconfig_requires.patch
new file mode 100644
index 000000000..ded4a5833
--- /dev/null
+++ b/source/n/obexftp/patches/obexftp-pkgconfig_requires.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -71,7 +71,7 @@
+ set ( exec_prefix "\${prefix}" )
+ set ( libdir "\${prefix}/${CMAKE_INSTALL_LIBDIR}" )
+ set ( includedir "\${prefix}/${CMAKE_INSTALL_INCLUDEDIR}" )
+-set ( REQUIRES "bluetooth openobex" )
++set ( REQUIRES "bluez openobex" )
+ configure_file (
+ ${CMAKE_CURRENT_SOURCE_DIR}/obexftp.pc.in
+ ${CMAKE_CURRENT_BINARY_DIR}/obexftp.pc