mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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_OPENMAX \
|
||||||
$KODI_VDPAU \
|
$KODI_VDPAU \
|
||||||
$KODI_VAAPI \
|
$KODI_VAAPI \
|
||||||
$KODI_JOYSTICK \
|
|
||||||
$KODI_CEC \
|
$KODI_CEC \
|
||||||
$KODI_XORG \
|
$KODI_XORG \
|
||||||
$KODI_SAMBA \
|
$KODI_SAMBA \
|
||||||
|
@ -43,6 +43,10 @@ if [ "$MEDIACENTER" = "kodi" ]; then
|
|||||||
pycrypto"
|
pycrypto"
|
||||||
# other packages
|
# other packages
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET LibreELEC-settings \
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET LibreELEC-settings \
|
||||||
xmlstarlet \
|
xmlstarlet"
|
||||||
peripheral.joystick"
|
|
||||||
|
if [ "$JOYSTICK_SUPPORT" = "yes" ]; then
|
||||||
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET peripheral.joystick"
|
||||||
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user