mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
vis addons: fixup bad c/p
addon_type not used at all with binary addons, but the wrong type is confusing
This commit is contained in:
parent
2a3df3ac78
commit
76d43def79
@ -31,7 +31,7 @@ PKG_LONGDESC="visualization.fishbmc"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_TYPE="xbmc.pvrclient"
|
||||
PKG_ADDON_TYPE="xbmc.player.musicviz"
|
||||
|
||||
if [ "$OPENGL" = "no" ] ; then
|
||||
exit 0
|
||||
|
@ -31,7 +31,7 @@ PKG_LONGDESC="visualization.spectrum"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_TYPE="xbmc.pvrclient"
|
||||
PKG_ADDON_TYPE="xbmc.player.musicviz"
|
||||
|
||||
configure_target() {
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
||||
|
@ -31,7 +31,7 @@ PKG_LONGDESC="visualization.waveform"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_TYPE="xbmc.pvrclient"
|
||||
PKG_ADDON_TYPE="xbmc.player.musicviz"
|
||||
|
||||
configure_target() {
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
||||
|
Loading…
x
Reference in New Issue
Block a user