Browse Source

rxtx: Add missing classpath dependency

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 5 years ago
parent
commit
85f1e3e474
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/rxtx/Makefile

+ 1
- 1
libs/rxtx/Makefile View File

@ -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…
Cancel
Save