From 7862c07454ad929f641af174764aa4cce9a3249b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Thu, 24 Sep 2015 16:48:27 +0200 Subject: [PATCH] Added readline dep. --- bluez/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluez/Makefile b/bluez/Makefile index 2d3f90420..db8e38784 100644 --- a/bluez/Makefile +++ b/bluez/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/bluez SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libpthread +libusb-compat +glib2 +dbus $(INTL_DEPENDS) $(ICONV_DEPENDS) + DEPENDS:=+libpthread +libusb-compat +glib2 +dbus +libreadline $(INTL_DEPENDS) $(ICONV_DEPENDS) TITLE:=Bluetooth stack new version URL:=http://www.bluez.org/ endef