Added readline dep.

This commit is contained in:
Jonas Höglund 2015-09-24 16:48:27 +02:00 committed by Fredrik Åsberg
parent 22129691d0
commit 7862c07454

View file

@ -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