mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=lcdproc
|
PKG_NAME:=lcdproc
|
||||||
PKG_VERSION:=0.5.9
|
PKG_VERSION:=0.5.9
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/lcdproc/lcdproc/releases/download/v$(PKG_VERSION)/
|
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)
|
$(call Package/lcdproc/Default)
|
||||||
TITLE:=LCD Display extra drivers
|
TITLE:=LCD Display extra drivers
|
||||||
DEPENDS:=+lcdproc-server +libncurses +libusb-1.0 +libusb-compat +libftdi1 \
|
DEPENDS:=+lcdproc-server +libncurses +libusb-1.0 +libusb-compat +libftdi1 \
|
||||||
+GPIO_SUPPORT:libugpio
|
+GPIO_SUPPORT:libugpio +serdisplib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define LCDPROC_OTHER_DRIVERS_TEXT
|
define LCDPROC_OTHER_DRIVERS_TEXT
|
||||||
|
|||||||
Reference in New Issue
Block a user