rxtx: Add missing classpath dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
cbecbc6298
commit
85f1e3e474
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ define Package/rxtx
|
|||
CATEGORY:=Libraries
|
||||
TITLE:=RX/TX Support for Java serial communications
|
||||
URL:=http://rxtx.qbang.org/wiki/index.php/Main_Page
|
||||
DEPENDS:=+libpthread
|
||||
DEPENDS:=+libpthread +classpath
|
||||
endef
|
||||
|
||||
define Package/rxtx/description
|
||||
|
|
Loading…
Reference in a new issue