Merge pull request #3980 from amir-sabbaghi/glog
[feed/packages.git] / utils / bluez / patches / 201-readline.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -2441,7 +2441,7 @@ unit_tests = $(am__append_35) unit/test-
4 @CLIENT_TRUE@ monitor/uuid.h monitor/uuid.c
5
6 @CLIENT_TRUE@client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@ \
7 -@CLIENT_TRUE@ -lreadline
8 +@CLIENT_TRUE@ -lreadline -lncurses
9
10 @MONITOR_TRUE@monitor_btmon_SOURCES = monitor/main.c monitor/bt.h \
11 @MONITOR_TRUE@ monitor/display.h monitor/display.c \
12 @@ -2691,13 +2691,13 @@ unit_tests = $(am__append_35) unit/test-
13 @READLINE_TRUE@ client/display.h
14
15 @READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
16 -@READLINE_TRUE@ src/libshared-glib.la @GLIB_LIBS@ -lreadline
17 +@READLINE_TRUE@ src/libshared-glib.la @GLIB_LIBS@ -lreadline -lncurses
18
19 @READLINE_TRUE@tools_obex_client_tool_SOURCES = $(gobex_sources) $(btio_sources) \
20 @READLINE_TRUE@ tools/obex-client-tool.c
21
22 @READLINE_TRUE@tools_obex_client_tool_LDADD = lib/libbluetooth-internal.la \
23 -@READLINE_TRUE@ @GLIB_LIBS@ -lreadline
24 +@READLINE_TRUE@ @GLIB_LIBS@ -lreadline -lncurses
25
26 @READLINE_TRUE@tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
27 @READLINE_TRUE@ tools/obex-server-tool.c
28 @@ -2707,17 +2707,17 @@ unit_tests = $(am__append_35) unit/test-
29 @READLINE_TRUE@ client/display.h client/display.c
30
31 @READLINE_TRUE@tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
32 -@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
33 +@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
34
35 @READLINE_TRUE@tools_obexctl_SOURCES = tools/obexctl.c \
36 @READLINE_TRUE@ client/display.h client/display.c
37
38 @READLINE_TRUE@tools_obexctl_LDADD = gdbus/libgdbus-internal.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 @EXPERIMENTAL_TRUE@tools_gatt_service_SOURCES = tools/gatt-service.c
48 @EXPERIMENTAL_TRUE@tools_gatt_service_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ gdbus/libgdbus-internal.la