mirror of https://github.com/openwrt/packages.git
rxtx: Add missing classpath dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>pull/9877/head
parent
cbecbc6298
commit
85f1e3e474
|
@ -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 New Issue