mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Added readline dep.
This commit is contained in:
parent
22129691d0
commit
7862c07454
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue