2022-08-17 22:39:29 +02:00
|
|
|
Index: bluez-5.65/Makefile.in
|
2019-10-21 14:23:56 +02:00
|
|
|
===================================================================
|
2022-08-17 22:39:29 +02:00
|
|
|
--- bluez-5.65.orig/Makefile.in
|
|
|
|
+++ bluez-5.65/Makefile.in
|
|
|
|
@@ -3871,7 +3871,7 @@ unit_tests = $(am__append_55) unit/test-
|
2019-10-21 14:23:56 +02:00
|
|
|
@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
|
2022-02-27 17:52:31 +01:00
|
|
|
+@CUPS_TRUE@cupsdir = $(prefix)/lib/cups/backend
|
2019-10-21 14:23:56 +02:00
|
|
|
@CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \
|
|
|
|
@CUPS_TRUE@ profiles/cups/cups.h \
|
|
|
|
@CUPS_TRUE@ profiles/cups/sdp.c \
|
2022-08-17 22:39:29 +02:00
|
|
|
Index: bluez-5.65/Makefile.tools
|
2019-10-21 14:23:56 +02:00
|
|
|
===================================================================
|
2022-08-17 22:39:29 +02:00
|
|
|
--- bluez-5.65.orig/Makefile.tools
|
|
|
|
+++ bluez-5.65/Makefile.tools
|
|
|
|
@@ -499,7 +499,7 @@ endif
|
2019-10-21 14:23:56 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
if CUPS
|
|
|
|
-cupsdir = $(libdir)/cups/backend
|
2022-02-27 17:52:31 +01:00
|
|
|
+cupsdir = $(prefix)/lib/cups/backend
|
2019-10-21 14:23:56 +02:00
|
|
|
|
|
|
|
cups_PROGRAMS = profiles/cups/bluetooth
|
|
|
|
|