Merge pull request #454 from lrusak/package-updates

lirc: remove circular dependency on libirman
This commit is contained in:
CvH 2016-06-15 19:56:41 +02:00 committed by GitHub
commit 820ca7d8f3

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.lirc.org"
PKG_URL="$SOURCEFORGE_SRC/lirc/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain libftdi1 libusb-compat libirman"
PKG_DEPENDS_TARGET="toolchain libftdi1 libusb-compat"
PKG_PRIORITY="optional"
PKG_SECTION="sysutils/remote"
PKG_SHORTDESC="lirc: Linux Infrared Remote Control"