libfslparser: seperate between hardfp and softfp install

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-04-14 02:52:47 +02:00
parent 2e2705c1f9
commit 656142fad5

View File

@ -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