forked from pool/bluez
Dirk Mueller
2ed80b1192
* Fix issue with A2DP cache invalidation handling. * Fix issue with A2DP and not initialized SEP codec. * Fix issue with A2DP and multiple SetConfiguration to same SEP * Fix issue with AVRCP and not properly initialized volume. * Fix issue with SDP records when operating in LE only mode. * Fix issue with HoG and not reading report map of instances. * Fix issue with GATT server crashing while disconnecting. * Fix issue with not removing connected devices. * Fix issue with enabling wake support without RPA Resolution. * Fix issue with pairing failed due to the error of Already Paired. * Add support for CONFIGURATION_DIRECTORY environment variable. * Add support for STATE_DIRECTORY environment variable. * Add support for "Bonded" property with Device API. * Add experimental support for ISO socket. - drop bluez-test-2to3.diff (obsolete/upstream) OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=330
27 lines
961 B
Diff
27 lines
961 B
Diff
Index: bluez-5.65/Makefile.in
|
|
===================================================================
|
|
--- bluez-5.65.orig/Makefile.in
|
|
+++ bluez-5.65/Makefile.in
|
|
@@ -3871,7 +3871,7 @@ unit_tests = $(am__append_55) unit/test-
|
|
@DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
|
|
@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline
|
|
|
|
-@CUPS_TRUE@cupsdir = $(libdir)/cups/backend
|
|
+@CUPS_TRUE@cupsdir = $(prefix)/lib/cups/backend
|
|
@CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \
|
|
@CUPS_TRUE@ profiles/cups/cups.h \
|
|
@CUPS_TRUE@ profiles/cups/sdp.c \
|
|
Index: bluez-5.65/Makefile.tools
|
|
===================================================================
|
|
--- bluez-5.65.orig/Makefile.tools
|
|
+++ bluez-5.65/Makefile.tools
|
|
@@ -499,7 +499,7 @@ endif
|
|
endif
|
|
|
|
if CUPS
|
|
-cupsdir = $(libdir)/cups/backend
|
|
+cupsdir = $(prefix)/lib/cups/backend
|
|
|
|
cups_PROGRAMS = profiles/cups/bluetooth
|
|
|