You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
3.1 KiB

  1. Index: bluez-5.54/Makefile.in
  2. ===================================================================
  3. --- bluez-5.54.orig/Makefile.in
  4. +++ bluez-5.54/Makefile.in
  5. @@ -3214,7 +3214,7 @@ unit_tests = $(am__append_54) unit/test-
  6. @CLIENT_TRUE@ client/gatt.h client/gatt.c
  7. @CLIENT_TRUE@client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
  8. -@CLIENT_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline
  9. +@CLIENT_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline -lncurses
  10. @ZSH_COMPLETIONS_TRUE@zshcompletiondir = $(ZSH_COMPLETIONDIR)
  11. @ZSH_COMPLETIONS_TRUE@dist_zshcompletion_DATA = completion/zsh/_bluetoothctl
  12. @@ -3452,7 +3452,7 @@ unit_tests = $(am__append_54) unit/test-
  13. @MESH_TRUE@@TOOLS_TRUE@tools_meshctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
  14. @MESH_TRUE@@TOOLS_TRUE@ lib/libbluetooth-internal.la \
  15. -@MESH_TRUE@@TOOLS_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -ljson-c -lreadline
  16. +@MESH_TRUE@@TOOLS_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -ljson-c -lreadline -lncurses
  17. @MESH_TRUE@@TOOLS_TRUE@tools_mesh_cfgclient_SOURCES = tools/mesh-cfgclient.c \
  18. @MESH_TRUE@@TOOLS_TRUE@ tools/mesh/model.h tools/mesh/config-model.h \
  19. @@ -3520,7 +3520,7 @@ unit_tests = $(am__append_54) unit/test-
  20. @READLINE_TRUE@ tools/obex-client-tool.c
  21. @READLINE_TRUE@tools_obex_client_tool_LDADD = lib/libbluetooth-internal.la \
  22. -@READLINE_TRUE@ $(GLIB_LIBS) -lreadline
  23. +@READLINE_TRUE@ $(GLIB_LIBS) -lreadline -lncurses
  24. @READLINE_TRUE@tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
  25. @READLINE_TRUE@ tools/obex-server-tool.c
  26. @@ -3529,15 +3529,15 @@ unit_tests = $(am__append_54) unit/test-
  27. @READLINE_TRUE@tools_bluetooth_player_SOURCES = tools/bluetooth-player.c
  28. @READLINE_TRUE@tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
  29. @READLINE_TRUE@ src/libshared-glib.la \
  30. -@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline
  31. +@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline -lncurses
  32. @READLINE_TRUE@tools_obexctl_SOURCES = tools/obexctl.c
  33. @READLINE_TRUE@tools_obexctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
  34. -@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline
  35. +@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline -lncurses
  36. @READLINE_TRUE@tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
  37. @READLINE_TRUE@tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \
  38. -@READLINE_TRUE@ -lreadline
  39. +@READLINE_TRUE@ -lreadline -lncurses
  40. @DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_SOURCES = attrib/gatttool.c attrib/att.c attrib/gatt.c \
  41. @DEPRECATED_TRUE@@READLINE_TRUE@ attrib/gattrib.c btio/btio.c \
  42. @@ -3546,7 +3546,7 @@ unit_tests = $(am__append_54) unit/test-
  43. @DEPRECATED_TRUE@@READLINE_TRUE@ client/display.h
  44. @DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
  45. -@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline
  46. +@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline -lncurses
  47. @CUPS_TRUE@cupsdir = $(libdir)/cups/backend
  48. @CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \