peripheral.joystick: fix JOYSTICK_SUPPORT build option

This commit is contained in:
lsellens 2017-05-28 23:36:00 -05:00 committed by chewitt
parent f9cef5cdec
commit 25de5ce27e
2 changed files with 6 additions and 3 deletions

View File

@ -228,7 +228,6 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
$KODI_OPENMAX \
$KODI_VDPAU \
$KODI_VAAPI \
$KODI_JOYSTICK \
$KODI_CEC \
$KODI_XORG \
$KODI_SAMBA \

View File

@ -43,6 +43,10 @@ if [ "$MEDIACENTER" = "kodi" ]; then
pycrypto"
# other packages
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET LibreELEC-settings \
xmlstarlet \
peripheral.joystick"
xmlstarlet"
if [ "$JOYSTICK_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET peripheral.joystick"
fi
fi