treewide: Run refresh on all packages
[feed/packages.git] / utils / bluez / patches / 201-readline.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -3214,7 +3214,7 @@ unit_tests = $(am__append_54) unit/test-
4 @CLIENT_TRUE@ client/gatt.h client/gatt.c
5
6 @CLIENT_TRUE@client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
7 -@CLIENT_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline
8 +@CLIENT_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline -lncurses
9
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
14 @MESH_TRUE@@TOOLS_TRUE@tools_meshctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
15 @MESH_TRUE@@TOOLS_TRUE@ lib/libbluetooth-internal.la \
16 -@MESH_TRUE@@TOOLS_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -ljson-c -lreadline
17 +@MESH_TRUE@@TOOLS_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -ljson-c -lreadline -lncurses
18
19 @MESH_TRUE@@TOOLS_TRUE@tools_mesh_cfgclient_SOURCES = tools/mesh-cfgclient.c \
20 @MESH_TRUE@@TOOLS_TRUE@ tools/mesh/model.h tools/mesh/config-model.h \
21 @@ -3520,7 +3520,7 @@ unit_tests = $(am__append_54) unit/test-
22 @READLINE_TRUE@ tools/obex-client-tool.c
23
24 @READLINE_TRUE@tools_obex_client_tool_LDADD = lib/libbluetooth-internal.la \
25 -@READLINE_TRUE@ $(GLIB_LIBS) -lreadline
26 +@READLINE_TRUE@ $(GLIB_LIBS) -lreadline -lncurses
27
28 @READLINE_TRUE@tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
29 @READLINE_TRUE@ tools/obex-server-tool.c
30 @@ -3529,15 +3529,15 @@ unit_tests = $(am__append_54) unit/test-
31 @READLINE_TRUE@tools_bluetooth_player_SOURCES = tools/bluetooth-player.c
32 @READLINE_TRUE@tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
33 @READLINE_TRUE@ src/libshared-glib.la \
34 -@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline
35 +@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline -lncurses
36
37 @READLINE_TRUE@tools_obexctl_SOURCES = tools/obexctl.c
38 @READLINE_TRUE@tools_obexctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
39 -@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline
40 +@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline -lncurses
41
42 @READLINE_TRUE@tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
43 @READLINE_TRUE@tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \
44 -@READLINE_TRUE@ -lreadline
45 +@READLINE_TRUE@ -lreadline -lncurses
46
47 @DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_SOURCES = attrib/gatttool.c attrib/att.c attrib/gatt.c \
48 @DEPRECATED_TRUE@@READLINE_TRUE@ attrib/gattrib.c btio/btio.c \
49 @@ -3546,7 +3546,7 @@ unit_tests = $(am__append_54) unit/test-
50 @DEPRECATED_TRUE@@READLINE_TRUE@ client/display.h
51
52 @DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
53 -@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline
54 +@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline -lncurses
55
56 @CUPS_TRUE@cupsdir = $(libdir)/cups/backend
57 @CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \