lcdproc: add serdisplib dependency
It gets picked up when it is existing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
247b5c4c7b
commit
c5e0ffddc9
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=lcdproc
|
||||
PKG_VERSION:=0.5.9
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/lcdproc/lcdproc/releases/download/v$(PKG_VERSION)/
|
||||
|
@ -89,7 +89,7 @@ define Package/lcdproc-drivers
|
|||
$(call Package/lcdproc/Default)
|
||||
TITLE:=LCD Display extra drivers
|
||||
DEPENDS:=+lcdproc-server +libncurses +libusb-1.0 +libusb-compat +libftdi1 \
|
||||
+GPIO_SUPPORT:libugpio
|
||||
+GPIO_SUPPORT:libugpio +serdisplib
|
||||
endef
|
||||
|
||||
define LCDPROC_OTHER_DRIVERS_TEXT
|
||||
|
|
Loading…
Reference in a new issue