mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
visualization.projectm: allow building for arm and OpenGLES
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
This commit is contained in:
parent
542342c24f
commit
da04ce6fd8
@ -6,7 +6,6 @@ PKG_NAME="visualization.projectm"
|
||||
PKG_VERSION="20.2.0-Nexus"
|
||||
PKG_SHA256="42599b0093ebc6730c3190ce28036a87042814af830441f3cb28ef11676277ae"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/xbmc/visualization.projectm"
|
||||
PKG_URL="https://github.com/xbmc/visualization.projectm/archive/${PKG_VERSION}.tar.gz"
|
||||
@ -18,10 +17,6 @@ PKG_LONGDESC="visualization.projectm"
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_TYPE="xbmc.player.musicviz"
|
||||
|
||||
if [ "${OPENGL}" = "no" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
pre_configure_target() {
|
||||
export LDFLAGS=$(echo ${LDFLAGS} | sed -e "s|-Wl,--as-needed||")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user