27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
|
Index: bluez-5.43/Makefile.in
|
||
|
===================================================================
|
||
|
--- bluez-5.43.orig/Makefile.in
|
||
|
+++ bluez-5.43/Makefile.in
|
||
|
@@ -2689,7 +2689,7 @@ unit_tests = $(am__append_33) unit/test-
|
||
|
@EXPERIMENTAL_TRUE@tools_gatt_service_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ gdbus/libgdbus-internal.la
|
||
|
@EXPERIMENTAL_TRUE@profiles_iap_iapd_SOURCES = profiles/iap/main.c
|
||
|
@EXPERIMENTAL_TRUE@profiles_iap_iapd_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@
|
||
|
-@CUPS_TRUE@cupsdir = $(libdir)/cups/backend
|
||
|
+@CUPS_TRUE@cupsdir = $(libexecdir)/../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.43/Makefile.tools
|
||
|
===================================================================
|
||
|
--- bluez-5.43.orig/Makefile.tools
|
||
|
+++ bluez-5.43/Makefile.tools
|
||
|
@@ -392,7 +392,7 @@ profiles_iap_iapd_LDADD = gdbus/libgdbus
|
||
|
endif
|
||
|
|
||
|
if CUPS
|
||
|
-cupsdir = $(libdir)/cups/backend
|
||
|
+cupsdir = $(libexecdir)/../cups/backend
|
||
|
|
||
|
cups_PROGRAMS = profiles/cups/bluetooth
|
||
|
|