projects/*/options: make irserver support optional

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-28 17:10:10 +01:00
parent 4c976cadaa
commit d6cf00b023
9 changed files with 31 additions and 2 deletions

View File

@ -25,7 +25,7 @@ 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 irserver"
PKG_DEPENDS="libusb libhid"
PKG_BUILD_DEPENDS="toolchain libusb libhid"
PKG_PRIORITY="optional"
PKG_SECTION="system"
@ -34,3 +34,7 @@ PKG_LONGDESC="LCDproc is a piece of software that displays real-time system info
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
if [ "$IRSERVER_SUPPORT" = yes ]; then
PKG_DEPENDS="$PKG_DEPENDS irserver"
fi

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS="irserver eventlircd v4l-utils"
PKG_DEPENDS="eventlircd v4l-utils"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="system/remote"
@ -38,3 +38,7 @@ PKG_AUTORECONF="no"
if [ "$ATVCLIENT_SUPPORT" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS atvclient"
fi
if [ "$IRSERVER_SUPPORT" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS irserver"
fi

View File

@ -246,6 +246,9 @@
# build and install ATV IR remote support (yes / no)
ATVCLIENT_SUPPORT="yes"
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="no"
# build and install CEC adapter support (yes / no)
CEC_SUPPORT="yes"

View File

@ -246,6 +246,9 @@
# build and install ATV IR remote support (yes / no)
ATVCLIENT_SUPPORT="no"
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="yes"
# build and install CEC adapter support (yes / no)
CEC_SUPPORT="yes"

View File

@ -246,6 +246,9 @@
# build and install ATV IR remote support (yes / no)
ATVCLIENT_SUPPORT="yes"
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="yes"
# build and install CEC adapter support (yes / no)
CEC_SUPPORT="yes"

View File

@ -246,6 +246,9 @@
# build and install ATV IR remote support (yes / no)
ATVCLIENT_SUPPORT="yes"
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="yes"
# build and install CEC adapter support (yes / no)
CEC_SUPPORT="yes"

View File

@ -246,6 +246,9 @@
# build and install ATV IR remote support (yes / no)
ATVCLIENT_SUPPORT="no"
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="yes"
# build and install CEC adapter support (yes / no)
CEC_SUPPORT="yes"

View File

@ -246,6 +246,9 @@
# build and install ATV IR remote support (yes / no)
ATVCLIENT_SUPPORT="no"
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="yes"
# build and install CEC adapter support (yes / no)
CEC_SUPPORT="yes"

View File

@ -246,6 +246,9 @@
# build and install ATV IR remote support (yes / no)
ATVCLIENT_SUPPORT="no"
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="no"
# build and install CEC adapter support (yes / no)
CEC_SUPPORT="yes"