Merge pull request #1660 from lsellens/master

peripheral.joystick: fix JOYSTICK_SUPPORT build option
This commit is contained in:
MilhouseVH 2017-05-29 20:20:30 +01:00 committed by GitHub
commit fc27b6887d
2 changed files with 6 additions and 3 deletions

View File

@ -226,7 +226,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
pycryptodome"
# 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