mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libfslparser: seperate between hardfp and softfp install
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2e2705c1f9
commit
656142fad5
@ -31,3 +31,10 @@ PKG_LONGDESC="libfslparser: Freescale Multimedia parser libs"
|
||||
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
if [ "$TARGET_FLOAT" = "hard" ]; then
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-fhw"
|
||||
else
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-fsw"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user