mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
lcdproc: depends on 'libftdi'
This commit is contained in:
@@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://lcdproc.org/"
|
||||
PKG_URL="$SOURCEFORGE_SRC/lcdproc/lcdproc/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="libusb libhid"
|
||||
PKG_BUILD_DEPENDS="toolchain libusb libhid"
|
||||
PKG_DEPENDS="libusb libhid libftdi"
|
||||
PKG_BUILD_DEPENDS="toolchain libusb libhid libftdi"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="lcdproc: Software to display system information from your Linux/*BSD box on a LCD"
|
||||
|
||||
Reference in New Issue
Block a user