mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
eventlircd: install lirc on releases too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8c2bdf8f36
commit
0360d894c8
@ -25,7 +25,7 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://code.google.com/p/eventlircd"
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="udev"
|
||||
PKG_DEPENDS="udev lirc"
|
||||
PKG_BUILD_DEPENDS="toolchain udev"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system/remote"
|
||||
@ -34,7 +34,3 @@ PKG_LONGDESC="The eventlircd daemon provides four functions for LIRC devices"
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
if [ "$DEVTOOLS" = "yes" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS lirc"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user