diff options
Diffstat (limited to 'redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch')
-rw-r--r-- | redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch b/redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch deleted file mode 100644 index e236dc44e..000000000 --- a/redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/kdebluetooth/libkbluetooth/dbusinit.h.ORI 2012-09-01 20:45:58.121444854 +0200 -+++ a/kdebluetooth/libkbluetooth/dbusinit.h 2012-09-01 20:46:09.735185514 +0200 -@@ -32,7 +32,7 @@ - #include <dbus/connection.h> - - #define BLUEZ_SERVICE "org.bluez" --#define BLUEZ_PATH "/org/bluez" -+#define BLUEZ_PATH "/" - - #define OBEX_SERVICE "org.openobex" - #define OBEX_PATH "/org/openobex" ---- a/kdebluetooth/libkbluetooth/inputmanager.h.ORI 2012-09-01 20:48:03.215640910 +0200 -+++ a/kdebluetooth/libkbluetooth/inputmanager.h 2012-09-01 20:48:12.643428667 +0200 -@@ -32,7 +32,7 @@ - #include "dbussignal.h" - #include "dbusfilter.h" - --#define BLUEZ_PATH_INPUTMANAGER "/org/bluez/input" -+#define BLUEZ_PATH_INPUTMANAGER "/input" - #define INTERFACE_INPUTMANAGER "org.bluez.input.Manager" - - namespace KBluetooth |