mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
peripheral.joystick: fix JOYSTICK_SUPPORT build option
This commit is contained in:
parent
f9cef5cdec
commit
25de5ce27e
@ -228,7 +228,6 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
|
||||
$KODI_OPENMAX \
|
||||
$KODI_VDPAU \
|
||||
$KODI_VAAPI \
|
||||
$KODI_JOYSTICK \
|
||||
$KODI_CEC \
|
||||
$KODI_XORG \
|
||||
$KODI_SAMBA \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user